STEP 12: Now that we know the user isn't out of tries, let's ask the user to guess.

  • Drag out Ask and drop it INSIDE the for loop but OUTSIDE the if statement.
  • Change the variable name to guess.
  • Change the string to "What do you think my word is?".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE