this is a practical use of the input function in python.
The input() function allows a user to insert a value into a program.
input() gives back a string value.
You can convert the contents of an input using any data type
#pythonprogramming #python3 #pythontutorial