Python zufällige Ganzzahl zwischen min, max
import random
print(random.randint(0,9))
Frightened Ferret
import random
print(random.randint(0,9))