rand.py (Código fuente)

1
2
3
import random

x = random.randint(1, 100)