STEP 7: To continue making our star, the robot has to turn and move forward again.

  • Go to and drag out Move Forward. Drop it at the bottom of your program.
  • Change the integer in .move_forward() to the variable move.
  • From drag Turn Left to the bottom of your program.
  • Replace the integer in .turn_left() with the variable angle.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)