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

规则:当一个形状有多个参数时,参数必须用逗号分隔。

  • 点击运行并阅读错误消息。
  • 通过添加一个逗号来调试程序,以便它绘制一个青色矩形。
  • 点击运行以查看您的更改和提交接下来当你完成。


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

# sprite = codesters.Rectangle(x, y, width, height, "color") my_rectangle = codesters.Rectangle(0, 0, 300, 90 "cyan")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)