...

/

Solution Review: Averaging Values in a List

Solution Review: Averaging Values in a List

This lesson gives a detailed solution review of how to average values in a list.

Solution: Use the Python len and sum Functions

The solution is fairly straightforward due to ...