Hello World!

Step 3 – Asking a question

Code helper image

Now lets ask a question and get the user to type something.

  1. Type this code into the code window:   input("What's your name? ")
  2. 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...