Tonight's Big Example
- Let's make a function that, given a list of numbers, calculates the mean of that list and returns all the numbers that are above average.
- We'll need...
- A function, &above_average, to do exactly the above
- A function, &total, to calculate the total of a list