瀏覽代碼

Update microbit-start.py

Owen Diffey 9 年之前
父節點
當前提交
e85cdbc196
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      microbit-start.py

+ 1 - 1
microbit-start.py

@@ -13,6 +13,6 @@ while True:
             sleep(500)
             display.clear()
         elif button_b.is_pressed():
-            display.show(str(3*5))
+            display.show("Text2")
             sleep(500)
             display.clear()