Challenge 7: Keys Matching in Multiple Dictionaries
Explore how to work with nested Python dictionaries by creating a function that finds all keys whose associated values match a given address. Learn to manipulate dictionary data, sort results alphabetically, and apply Python documentation effectively to solve this practical coding challenge.
We'll cover the following...
We'll cover the following...
Problem Statement
Implement a find_students function that receives the students dictionary and an address, and returns a list with names ...