控制台上出现的文本是一个字符串。 这是一个前后有引号的字母、单词或句子。它们在代码中显示为 green 。在这个例子中,显示的字符串是 "Hello in red."

你可以更改字符串,使其与控制台上的场景相匹配。

  • 将字符串更改为 "I went to the park!"

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) text = codesters.Text("Hello in red.", 100, 200, "red")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)