Würfel

from random import randint
zahl = randint(1,6)
print(zahl)