每个指令在控制台上都进行得很快!

等待指令使程序暂停,让用户有时间阅读文本或在其更改之前查看操作。

  • 点击 ,将 Wait 拖动到程序底部。
  • Move Right 拖动到程序中 .wait() 指令之后。
  • 点击 运行 并查看你的程序运行!

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

stage.set_background("park") sprite = codesters.Sprite("person3") sprite.glide_to(-100, 50) # sprite = codesters.Text("text", x, y, "color") text = codesters.Text("I went to the park!", 0, -200, "blue")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)