Project: Contact book

Challenge to store and retrieve labeled data using dictionaries.

We'll cover the following

Task

Create a mini contact book using a dictionary:

  • Create a dictionary called contacts.

  • Add at least three contacts (e.g., family, friends, places) as keys and their phone numbers as values.

  • Use a print() statement to display one of the contact’s phone numbers in a friendly sentence.

Get hands-on with 1400+ tech skills courses.