第 3 步:让 micro:bit 显示当前温度!

参数是控制命令、函数或事件如何在程序中运行的输入。

  • ,找到Show Number并将其拖到代码编辑器中。
  • .show_number()括号内的参数1更改为data
  • 点击运行。您应该会看到数字出现在“你好”之后。然后,点击提交接下来继续。

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

microbit = codesters.Microbit() microbit.show_string("hello") data = microbit.get_temp()
  • Run Code
  • 提交作品
  • 下个活动
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)