소스 검색

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()