Challenge 6: Average Values Within Multiple Dictionaries
Explore how to write a Python function that calculates the average age from a nested dictionary of students. Understand dictionary operations and practice manipulating data structures to solve practical coding challenges related to average value computation.
We'll cover the following...
We'll cover the following...
Problem Statement
Implement a calculateAverageAge function that receives the ...