STEP 12: Now let's tell the user if their guess was too low.

  • Go to and drag If and drop it inside the for loop so that it only has a ···· in front of it.
  • Change the test variable to guess and the test value to rand_num.
  • Replace == with <. Just like in math, this tests if the test variable is less than the test value.
  • Drop a Say command for the computer INSIDE the if statement. It should have a ········ in front of it.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE