Solution Review: Averaging Values in a List
This lesson gives a detailed solution review of how to average values in a list.
We'll cover the following...
Solution: Use the Python len
and sum
Functions
The solution is fairly straightforward due to ...