第 2 步:让我们从更改背景颜色开始。

颜色是一个字符串!字符串是引号中的任何内容,它们在 Codesters 代码编辑器中显示为绿色。报价总是成对出现 - 注意不要删除它们!

  • 将字符串从"blue"更改为"lightblue"
  • 点击运行以查看您的更改和提交接下来当你完成。

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

stage.set_background_color("blue")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)