Let’s change the image of our sprite!

  • Change the sprite's image label from "person1" to "fox".

Make sure you don’t delete the quotes " " or parentheses ( ).

  • Click Run after you've made your changes to see them on the stage.

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

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