Challenge: Contact book
We'll cover the following...
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.
Python
# Write your code here.