step 1: write a python program, using a loop and calling the built-in random number generator, to create a text file of 20 random integers. step 2: write a python program to read the random integers in this text file into a list. find and output the average, smallest, and highest value in this list.