第5步:现在让精灵的头部穿过控制台。

  • 点击 ,将 Move Right 拖动到程序底部。
  • .move_right() 指令中的整数更改为 150


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

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