STEP 4: Let's make our sprite flip around as it says Happy Birthday!

Remember, commands INSIDE the for loop are indented 4 spaces!

  • Change the number of degrees in .turn_right() to 360.
  • Go to and drag out Wait. Drop it at the end of the for loop, inside the loop.
  • Change the integer in the .wait() command to 1.


# THIS ACTIVITY IS IN PREVIEW ONLY MODE