...

/

Challenge 2: Average of Values of Keys in a Dictionary

Challenge 2: Average of Values of Keys in a Dictionary

In this challenge, you are required to calculate the average of values in a dictionary.

Problem Statement

Implement a calculateAvg function that receives the ages dictionary as a ​parameter, and ...