Question: Build a module that contains three functions that do the following: 1.
ID: 3619722 • Letter: Q
Question
Question: Build a module that contains three functions that do the following:1. Compute the average of a list of numbers
2. Finds the statistical median value of a list of numbers
3. Finds the mode of a list of numbers
Save your resulting module from the Python-IDLE to a Python file.
If you don't know what the statistical median and mode of a list of numbers are, visit the following website:
Descriptive Statistics -- from MathWorld (http://mathworld.wolfram.com/topics/DescriptiveStatistics.html)
Question: Build a module that contains three functions that do the following:
1. Compute the average of a list of numbers
2. Finds the statistical median value of a list of numbers
3. Finds the mode of a list of numbers
Save your resulting module from the Python-IDLE to a Python file.
If you don't know what the statistical median and mode of a list of numbers are, visit the following website:
Descriptive Statistics -- from MathWorld (http://mathworld.wolfram.com/topics/DescriptiveStatistics.html)