Challenge 3: Return Key With Maximum Value
Let's learn to find a key with the maximum value.
We'll cover the following...
Problem Statement
Implement an oldestStudent
function that receives the ages
dictionary as a parameter, and returns the name of the oldest ...