CHECK FOR UNDERSTANDING: Here are a few questions for you to check what you've learned!

  • Click Run to see the example program.
  • Answer the questions to the right by clicking on the correct answers.
  • Once you answer all 3 questions, click Submit then Next to continue.

sprite = codesters.Sprite("hedgehog", 0, 75) def interval(): sprite.turn_right(30) sprite.move_forward(50) # add any other actions... stage.event_interval(interval, 0.5)