第11步:让我们改变文本的颜色,让我们可以在黑暗的背景下轻松阅读!

  • 点击 。拖出 Set Say Color
  • 将指令中的颜色更改为 "white"。确保不要删除引号或括号!

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

stage.set_background("moon") sprite = codesters.Sprite("astronaut1") sprite.go_to(-125, -150) glorp = codesters.Sprite("alien1") glorp.go_to(100, -125) rock = codesters.Sprite("asteroid") rock.go_to(100, 75) sprite.say("What do planets read?")
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)