Exercise: Average of a List

This lesson will give an exercise to test you on your basic Python skills.

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 1200+ tech skills courses.