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