STEP 11: Let's change the color of the text so that we can easily read it on the dark background!

  • Click on . Drag out Set Say Color.
  • Change the color in the command to "white". Make sure you don't delete the quotes or parentheses!

stage.set_background("moon") sprite = codesters.Sprite("astronaut1") sprite.go_to(-125, -150) glorp = codesters.Sprite("alien1") glorp.go_to(100, -125) rock = codesters.Sprite("asteroid") rock.go_to(100, 75) sprite.say("What do planets read?")