The text in every .say() command is a string. In Python, we call anything that is a letter, word, or sentence a string. Strings are always green and surrounded by quotes.

  • Go to and drag out Say.
  • Change the name in front of .say() to emma.
  • Change the string in the .say() command to "Someone took my phone!"

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("schoolentrance") sprite = codesters.Sprite("person10") sprite.go_to(-125, -100) emma = codesters.Sprite("person8") emma.move_down(125)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)