tutorial.eyehunts.com
Python input number | Example code
To take input as a number in Python, Simple use the input() function to get input from the user and convert it into a number type.
Rohit