让我们添加一个循环,画出螺旋!点击工具栏中的PYTHON选项卡,找到 部分。

  • 点击 并拖出 Loop with Range
  • 点击 ,将 Move Forward 拖动到 for loop 内部。

要将一行代码放在循环内部,它必须缩进四个空格。

你将在所有正确缩进的代码旁边看到一个紫色区块 ····¬

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

stage.set_background("pond") sprite = codesters.Sprite("turtle1") sprite.set_size(.5) sprite.pen_down() sprite.set_color("yellow")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)