STEP 5: Let's use our variable to make our sprite turn!

Remember, don't put quotes around the name of the variable.

  • Go to and drag out Turn Left. Drop it at the bottom of your program.
  • Replace the integer in the .turn_left() command with the variable named angle.


# THIS ACTIVITY IS IN PREVIEW ONLY MODE