# python 01 410999020 ```python= #Add your python code here.E.g. from microbit import * while True: display.scroll('Hello, World!') display.show(Image.HEART) sleep(2000)