Exercise: statistics
Create a file called statistics.py that has a function that will accept any number of numbers and return a list of values:
- The sum
- Average
- Minimum
- Maximum
Create a file called statistics.py that has a function that will accept any number of numbers and return a list of values: