STEP 13: Let's tell the user if their guess was too low.

Our program will tell the user if their guess was too low and then go back to the loop to let them guess again.

  • Replace the string in .say() with "Too low!".
  • Go to and drag out Wait. Drop it INSIDE the if statement, right below .say().

# THIS ACTIVITY IS IN PREVIEW ONLY MODE