from microbit import * while True: display.show(Image.HEART) sleep(1000) display.scroll('Hello')