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: