Now slide to the right!

  • From the section, drag out Move Right. Drop it at the bottom of your program.
  • Change the number in .move_right() to 200.

Remember, it's important not to delete the parentheses.

stage.set_background("subway") sprite = codesters.Sprite("person10") sprite.move_down(75) sprite.flip_up_down()