Question: Write two functions (Python) that each take a list of integers: 1. the first function should return the mean of the values 2. the second
Write two functions (Python) that each take a list of integers:
1. the first function should return the mean of the values
2. the second function should return the mode of the values.
Then, list three questions that you had to answer in the process of writing these two functions-- specifically, questions for which the answer determined the behavior of the functions. Also, state the answers to these three questions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
