====== Python Random ====== ===== Example ===== * import random a = random.randint(1,365) print(a) ---- {{tag>Python}}