+ 1
Help me please
How do i make user input in phyton?
3 odpowiedzi
+ 7
@vishnu:
raw_input() is only Python 2.x compliant, not valid and even necessary in Python 3.x ;)
+ 5
input(":-)")
+ 5
#you can assign it to a variable :-)
a = input("Write something :-)")