Let's add a greeting!

  • Go to and drag Text into your program.
  • Change the name before the equals sign = to greeting.
  • Change the text to "Happy Holidays!"

The text should be green and have quotes around it.

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") snow.go_to(100, 75)