+ 1
How do I get user input in the console?
How do I get user input in the console?
3 Answers
+ 3
s = input("Enter something please: ")
print(s)
+ 2
Also don't forget to mention the data type.
0
what does that mean
How do I get user input in the console?