from random import randint zufallszahl = randint(1,100) print(zufallszahl)