让我们添加问候语!

  • 点击 ,将 Text 拖动到程序中。
  • 将等号 = 前面的名称更改为 greeting
  • 将文本更改为 "Happy Holidays!"

文本应当为绿色并且前后有引号。

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

stage.set_background("winter") sprite = codesters.Sprite("person12") sprite.go_to(-125, -150) frosty = codesters.Sprite("snowman") frosty.go_to(100, -125) snow = codesters.Sprite("snowflake3") snow.go_to(100, 75)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)