让精灵再向下移动一点,让它站在地板上。

  • 通过直接键入代码编辑器,将 .move_down() 指令中的数字更改为 75

确保数字前后有括号,就像这样: (75)

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("subway") sprite = codesters.Sprite("person10") sprite.move_down(50)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)