你理解了吗?回答下面几个问题,看看你是否真的学会了。

  • 点击 运行 并查看控制台。
  • 使用编辑器中的代码来回答多项选择题。
  • 点击 提交 下一步 继续。

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

def moon(): stage.set_background("moon") sprite = codesters.Sprite("rocket") sprite.say("3 - 2 - 1...") stage.wait(1) sprite.say("... blast off!") sprite.move_up(550) moon()
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)