How would I:
Write a function that will take a single parameter of an integer, and return a list of that many random numbers between 1 and 100.
Using this function, write a program that will store 50 random numbers in a list, and then calculate and print out the average of all the numbers.