CHECK FOR UNDERSTANDING: Let's review what you just learned about functions!

  • Click Run and watch the stage.
  • Answer the questions on the stage by clicking on the correct choices on the stage.
  • Click Submit and Next to move on.

stage.set_background("city") def tour(): sprite = codesters.Sprite("person1", -225, -150) sprite.say("I can take you on a tour") sprite.move_forward(550) tour()