Search⌘ K
AI Features

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.

Problem Statement

Implement a find_students function that receives the students dictionary and an address, and returns a list with names ...