#imports import random #randint generates a random number between the first set and the second set of parameters x = random.randint(1, 100) print(x)