+ 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 ?

8th Aug 2016, 11:09 PM
Python
Python - avatar
2 Answers
+ 2
You could use int(input("Enter number here:" ))
9th Aug 2016, 12:14 AM
Mr. M
Mr. M - avatar
0
Ok, thank you!
9th Aug 2016, 12:15 AM
Python
Python - avatar