警告:我们的程序有一个错误,这意味着我们需要修复它!逻辑错误!

规则: .set_speed()命令只影响它之后的动作。

  • 点击运行并观察阶段以查看错误。你的精灵和你的透视精灵的速度一样吗?
  • 调试程序,使实体精灵以与透视精灵相同的速度移动。
  • 点击运行以测试您是否修复了程序。固定好后点击提交接下来

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

stage.set_background("soccerfieldhalf") sprite = codesters.Sprite("person1") sprite.move_right(150) sprite.move_left(200) sprite.set_speed(1)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)