STEP 3: Let's tell the user what information we want them to enter!

The string in the .ask() command will appear in the window where the user enters text.

Changing that string lets the user know what information we want them to enter into the text box.

  • Change the string in the .ask() command to "Enter a season." Make sure you keep the parentheses!


# THIS ACTIVITY IS IN PREVIEW ONLY MODE