Write code that asks the user for a number, then loops that many times while generating random numbers and adding them to a list. Once done, print the list, then ask the user if they want the sum of the list, mean of the list, or to sort the list, then print out the result. (you can use the sum, mean, and sort functions here) (Approx. lines of code: 10-15)