Computer Science: Python Program the following..
Create a program that asks the user to input 6 numbers (integers or floats, your choice). Your program should store these numbers in a list, and print
the maximum value
the minimum value
the sum of all values
the average of the values