STEP 4: Let’s change the image of our sprite from a person to a cheerleader!

  • Click into the code editor and change the sprite's image label from "person1" to "cheerleader4".
  • Make sure you don’t delete the quotes " " or parentheses ( ).
  • Click Run after you've made your changes to see them on the stage.

stage.set_background("schoolentrance") sprite = codesters.Sprite("person1")