STEP 6: Let's have our cheerleader move farther down until they are on the ground.

Pixels are the unit of measurement on the stage.

  • Let’s make the sprite move down 150 pixels.
  • In the .move_down(50) command, change the number from 50 to 150. Do not put quotes around the number.
  • Click Run to see the cheerleader move down farther. Then click Submit and Next to move on.

stage.set_background("schoolentrance") sprite = codesters.Sprite("cheerleader4") sprite.move_down(50)