it is like this
import random
you have to use it
import random numbers = list(range(1, 101)) random_choice= random.choice(numbers)#random.choice is using the import you have to use the import so import.variable