WARNING: This program has a bug which means we need to debug it!

RULE: All sprite image labels are strings. They should be green and surrounded by quotes.

Image labels are the strings we use to get specific images from the Codesters library.

  • Click Run and read the error message.
  • Debug this program so that the sprite stands on the beach.

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

stage.set_background("summer") sprite = codesters.Sprite(person5) sprite.move_down(100)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)