From 0fb4e8dd385077593243c06e46eb36f84319dc77 Mon Sep 17 00:00:00 2001 From: yanjinger0207 <69836624+yanjinger0207@users.noreply.github.com> Date: Mon, 21 Sep 2020 15:07:38 +0800 Subject: [PATCH] Update Python code (6) --- Python code (6) | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python code (6) b/Python code (6) index c67a97e..28faf40 100644 --- a/Python code (6) +++ b/Python code (6) @@ -1,5 +1,5 @@ from microbit import * -while True +while True: if button_a.is_pressed: display.show(Image.HAPPY) else: