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 navigate the page using the TAB key, first press ESC to exit the code editor.

#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)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)