Let's move our sprite down a little farther so it's standing on the floor.

  • Change the number in the .move_down() command to 75 by typing directly into the code editor.

Make sure the number is surrounded by parentheses, like this: (75)

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