import time import random random.seed(time.clock()) print random.randint(0, 10000);