test-area/würfel/simulation.py

4 lines
72 B
Python
Raw Normal View History

2025-03-29 17:23:45 +01:00
def würfeln():
from random import randint
return randint(1, 6)