Python Keyboard Input

preview_player
Показать описание
Shows how data can be supplied to a Python program from the user typing at a keyboard
Рекомендации по теме
Комментарии
Автор

why when i do the same as u do in pycharm is not work for me ?
message = input ('please enter a message:')
print (message)

ckbtmbf
Автор

0:24 Is it the variable being assigned to the value or vice versa? I've seen conflicting info about this on the internet, not just in relation to Python but programming in general.

asmartbajan
Автор

what is the code for a select case in python i can only find it for C++ C C# and Vb
but not for python

sebastianj
Автор

I typed hi, got an error:
NameError" name 'hi' is not defined  ?   is this something specific to 3.3.2 vs 2.7.5 (on my system)

TD_YT