警告:此程序有一个错误,需要进行调试

规则:X-Y坐标对遵循(x,y)的格式。x坐标在前,然后y坐标在后。

  • 点击 运行 并查看控制台。我们的精灵没有达到目标!
  • 调换 .glide_to() 指令中的数字顺序,让你的精灵达到目标!
  • 运行 程序以测试你的更改。修复程序后,点击 提交 下一步

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

sprite = codesters.Point(0, 0) sprite.set_color("blue") sprite.pen_down() sprite.go_to(-2, 5)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)