#Anyone can select any numbers in the box (0, 1000) import random value = random.randint(0, 1000) print(value)