STEP 3: Let’s change the sprite image from a girl to a fish. That makes more sense!

Symbols are important! Be sure you don't delete the quotes " " or parentheses ( ) when making changes.

  • Click into the code editor and change the image label from "person1" to "fish".
  • Click Run to see your sprite image change.
  • Click Submit to turn in your work and Next to move on.

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

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