STEP 9: Time to use a turn command to make our sprite do a flip!
- Go to and drag out Turn Left. Drop it at the bottom of your program.
- Change the integer in the .turn_left() command to 360.
Remember, the number of degrees in a full circle is 360. The .turn_left() command turns the sprite a certain number of degrees.
To navigate the page using the TAB key, first press ESC to exit the code editor.