From c030ef3caf517641cb8a9d68f5fef383c0bfc263 Mon Sep 17 00:00:00 2001 From: yanjinger0207 <69836624+yanjinger0207@users.noreply.github.com> Date: Mon, 21 Sep 2020 16:48:29 +0800 Subject: [PATCH] Update sample.py(7) --- sample.py(7) | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample.py(7) b/sample.py(7) index 96eddc9..308539e 100644 --- a/sample.py(7) +++ b/sample.py(7) @@ -1 +1,2 @@ -display.show(Image.GIRAFE) +from microbit import* +display.show(Image.GIRAFFE)