Files
2025-04-23 06:11:25 +02:00

7 lines
113 B
Python

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