• Change the string in .say() to "They've been sending people mean texts pretending to be me!"

You can type out the string or copy and paste it from the directions.

To copy-paste, highlight the text you want and press ctrl + c. Go to where you want to put the text, and press ctrl + v.

  • Go to and drag out Wait.

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) emma.say("Someone took my phone!") stage.wait(2) emma.say("I am a sprite.")
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)