Challenge 1: Debug the program so that mr_fox says "I love the snow!"

  • Click Run and read the error message.
  • Debug the program and click Run again to check your work.
  • If the program still has a bug, try again.

Hint: We need to use the sprite's name in front of any command that we want that sprite to do.

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

stage.set_background("winter") mr_fox = codesters.Sprite("fox", 0, -150) sprite.say("I love the snow!")
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)