Let's position our snowflake on the stage.

  • Go to and drag Go To to the bottom of your program.
  • Assign the command to snow by changing the name in front of .go_to().
  • Change the x-coordinate (first number) to 100.
  • Change the y-coordinate (second number) to 75.

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