WARNING: This program has two bugs, which means we need to fix both of them.

  • Click Run and read the error message. Use it to debug the program.
  • Debug the program so that the sprite moves across the stage.

Remember that quotes and parentheses always come in pairs.

  • Click Run after you make a change to test your program. If you still get an error, try again.

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

stage.set_background("flowers") sprite = codesters.Sprite("person1) sprite.move_back(150
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)