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 average of the numbers in the list.
Get hands-on with 1400+ tech skills courses.