Step 3 – Asking a question

Now lets ask a question and get the user to type something.
- Type this code into the code window: input("What's your name? ")
- Run your program
The program will run and wait for you to type something in and press Enter.
THEORY: The input command lets you enter a value of some kind. Now, if only there was a way to store that value...