import utime import random while True: Zufallszahl = random.randint(0,10) print(Zufallszahl) utime.sleep(1)