检查理解:这里有几个问题让你检查你学到了什么!

  • 点击运行以查看示例程序。
  • 点击正确答案,回答右边的问题。
  • 回答完所有 3 个问题后,单击然后提交接下来继续。

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

sprite = codesters.Sprite("hedgehog", 0, 75) def interval(): sprite.turn_right(30) sprite.move_forward(50) # add any other actions... stage.event_interval(interval, 0.5)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)