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