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

规则:坐标对中的数字用逗号分隔。

  • 点击运行并阅读弹出的错误信息。使用它来调试程序。
  • 调试程序,使其在舞台上绘制一个点。
  • 点击在您进行更改后运行以测试您的程序。如果仍然出现错误,请重试。

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

stage.set_background("grid") sprite = codesters.Point(50 150) sprite.set_size(3) sprite.set_color("red")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)