diff --git a/Python code (6) b/Python code (6) index c67a97e..db596be 100644 --- a/Python code (6) +++ b/Python code (6) @@ -1,6 +1,6 @@ from microbit import * while True - if button_a.is_pressed: + if button_a.is_pressed(): display.show(Image.HAPPY) else: display.show(Image.SAD)