警告:这个程序有一个错误,这意味着我们需要调试它!

规则:数字周围没有引号。例如,键入60而不是"60"

  • 点击运行并阅读错误消息。然后单击确定。
  • 修复程序,使数字没有引号,例如: 60
  • 点击运行以测试您是否修复了程序。固定好后点击提交并下一个。

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

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