Python User Input
input keyword is used to get a return
value from the user.
The cursor will be blinking right after the output expecting a input from the user.
(More on Instructions)
The users return value is saved in the input
statement. We can use a variable to fetch that.
The variable "name" is used catch the users input and using the "print" function we can return the value.
Enter your name and hit "Enter" key