Activity: Joke Setup
I'M FINISHED WITH HOUR OF CODE!

STEP 10: Now let's have out sprite setup the first part of the joke!

  • Click on . Drag out Say.
  • Change the green text in the .say() command to "What do planets read?"

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)
Support