Let's start our first dance move by having the sprite do a headstand!

  • From the section, drag out Flip Up Down.
  • Drop it at the bottom of your program.

The program will run in order from top to bottom. We need to put commands in the order we want them to happen!

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