+ 1

How do I get user input in the console?

How do I get user input in the console?

10th Nov 2017, 12:55 AM
Nitay Eshed
Nitay Eshed - avatar
3 Answers
+ 3
s = input("Enter something please: ") print(s)
10th Nov 2017, 1:25 AM
Daniel
Daniel - avatar
+ 2
Also don't forget to mention the data type.
10th Nov 2017, 4:24 AM
Harsh
Harsh - avatar
0
what does that mean
10th Nov 2017, 4:24 AM
Nitay Eshed
Nitay Eshed - avatar