警告:这个程序有一个错误,这意味着我们需要修复它!

规则:如果事件下面没有任何代码缩进,程序将抛出错误。

  • 点击运行并阅读错误消息。
  • 调试程序,让您的 micro:bit 在您按下 A 时显示一些信息。

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

stage.set_background("hauntedhouse") microbit = codesters.Microbit() sprite = codesters.Sprite("ghost", 0, -100) sprite.say("Click A to see a message!") def button_a(): microbit.show_string('Boo!') microbit.event_button_a(button_a)
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)