Let's flip our sprite back over.

  • From the section, drag out Flip Up Down.

Remember to drop your commands from top to bottom in the order that you want them to run.

stage.set_background("subway") sprite = codesters.Sprite("person10") sprite.move_down(75) sprite.flip_up_down() sprite.move_right(200) sprite.move_left(150)