Hello World by Richard from microbit import * while True: display.scroll('Hello World!') display.show(Image.HEART) sleep(2000).
確定! 回上一頁