Challenge 3: Averaging Values in a List
In this challenge, you are required to average values in a list in Python.
We'll cover the following...
We'll cover the following...
Problem Statement
Given a getAverage() function, create a list named l with the following values:
[1, 4, 9, 10, ...