Owen Diffey 9 жил өмнө
parent
commit
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()