seed()
function. seed()
function allows you to initialize the random number generator with a specific value , which forces it to produce the same values each time. make_random_numbers()
which returns a list of 10 random numbers between 20 and 99 inclusive. random.seed()
is called, setting the randomly generated numbers to predetermined values, before you check if the functions return value equals the expected value. randint()
function to generate and print a random numbers between 0 and 500.student_list
.