警告这个程序有一个错误,我们需要修复它!我们正在尝试绘制一个矩形,但它的高度错误!

规则:您应该使用注释来确定哪些参数与哪个值匹配。

  • 点击过去看看有什么问题。
  • 调试程序,使其绘制一个高度为200的矩形。
  • 点击在您进行更改后运行以测试您的程序。


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

stage.set_background("grid") # sprite = codesters.Rectangle(x, y, width, height, "color") sprite = codesters.Rectangle(100, 100, 100, 50, "blue")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)