+ 2

How to write word input command?

12th Dec 2016, 4:55 AM
Sumit Singh
Sumit Singh - avatar
3 odpowiedzi
0
input ('please enter a word')
12th Dec 2016, 5:47 AM
Dilip Pandey
Dilip Pandey - avatar
0
use the input() method
12th Dec 2016, 6:20 AM
Giam Paolo
Giam Paolo - avatar
0
Don't forget raw_input() if you're using Python 2+
12th Dec 2016, 8:02 AM
Nick Bowling
Nick Bowling - avatar