Kaynağa Gözat

Update microbit-start.py

Owen Diffey 9 yıl önce
ebeveyn
işleme
e85cdbc196
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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()