WARNING: This program has a bug, which means we need to fix it.

  • Click Run and read the error message. Use it to debug the program.
  • Debug the program so that the dog moves down 60 pixels.

Remember that you should not put quotes around numbers.

  • 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("summer") sprite = codesters.Sprite("dog") sprite.move_down("60")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)