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.

stage.set_background("summer") sprite = codesters.Sprite(person5) sprite.move_down(100)