Generating a random number in python can be done by code example
Example: how to tell python to create a random numer
#to choose a random number simply do this
import random
print(random.randint(1, 100))
#to choose a random number simply do this
import random
print(random.randint(1, 100))