Function to trim a list and calculate mean of remaining numbers
Advertisements I need a function that takes a list of numbers as the input and an optional integer keyword argument trim (that takes on values of 0 or larger). I want to remove the largest and smallest numbers from the list and Return the mean of the numbers left. However, I keep getting errors. I… Read More Function to trim a list and calculate mean of remaining numbers