Exercise: Average of a List
This lesson will give an exercise to test you on your basic Python skills.
We'll cover the following...
Problem Statement
In this challenge, you must implement the average()
function. It takes a list as a parameter and calculates the ...