Update. /JL

This commit is contained in:
Jan Lerking
2025-04-09 06:23:45 +02:00
parent c7bfcef0a0
commit 91bc7878f2
11 changed files with 923 additions and 0 deletions

6
begynder/billede.py Normal file
View File

@@ -0,0 +1,6 @@
from microbit import *
while True:
display.show(Image.HEART)
sleep(1000)
display.scroll('Hello')