CHECK FOR UNDERSTANDING: Here are a few questions for you to check what you have learned.

  • Click Run and watch the stage.
  • Answer the questions to the right by clicking on the correct answers.
  • Once you answer all 3 questions, click Submit and Next to move on.

#Use the following code to help you answer questions 1 and 2 sprite = codesters.Sprite("person2") sprite.set_speed(10) sprite.move_right(100) sprite.set_speed(3) sprite.glide_to(0, -100)