It's winter; let's add some snow!

  • Go to and drag Snowflake 3 into your program.
  • Change the name of the snowflake sprite to snow.

Remember a sprite's name is the orange word before the equal sign =.


stage.set_background("winter") sprite = codesters.Sprite("person12") sprite.go_to(-125, -150) frosty = codesters.Sprite("snowman") frosty.go_to(100, -125)