From 990d8568c17b3b4fe75356220bd8e3026546c5e8 Mon Sep 17 00:00:00 2001 From: GanKnight <69836902+GanKnight@users.noreply.github.com> Date: Tue, 15 Sep 2020 13:52:29 +0800 Subject: [PATCH] Update hello.py Code correction --- pythoncode/hello.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pythoncode/hello.py b/pythoncode/hello.py index 0c54fdf..b95eafc 100644 --- a/pythoncode/hello.py +++ b/pythoncode/hello.py @@ -1 +1,3 @@ -display,scroll("Hello") +from microbit import* + +display.scroll("Hello")