InputΒΆ
There is a built-in function in Python for getting input from the user:
Even if age is a number, it is your job, as the programmer, to convert that string into a int or a float,
using the int
or float
converter functions we saw earlier.