+ 1
How to use input correctly?
How exactly does one use it? Where you can put input("Enter here:") how would you be able to exactly put down a number? Enter here:4 ?
2 Answers
+ 2
You could use int(input("Enter number here:" ))
0
Ok, thank you!
How exactly does one use it? Where you can put input("Enter here:") how would you be able to exactly put down a number? Enter here:4 ?