CHECK FOR UNDERSTANDING: Here are a few questions to help review what you've learned about events!

  • Use the code in the editor to answer the questions.
  • Click the best answer for each question.
  • When you've answered all 3 questions, click Submit and Next to move on.

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

sprite = codesters.Sprite("superhero2") def space_bar(): sprite.move_up(100) stage.wait(.1) sprite.move_down(100) stage.event_key("space", space_bar)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)