STEP 8: Time to make our next if statement. Remember, conditionals are in the LOGIC tab.

  • Go to and drag If to the bottom of your program, OUTSIDE the first if-statement.
  • Change the variable in the test line to rand_answer. Change the test value to 2.
  • Go to and drag out Say. Drop it inside of your second if statement.
  • Change the name in front of .say() to tim.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE