Challenge: Scoping Functions
Test your understanding by solving the exercise given in this lesson.
We'll cover the following...
Problem statement
Given a non-empty list of integers, you have to calculate their average within the scope of a scoping function. In particular, you have to perform ...