Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Intro to Programming Exercise 2: Phonebook.py Create a dictionary called phonebook. Enter the following names and numbers into the dictionary: James: 555-1234, Kathleen: 555-5678, Ian:
Intro to Programming
Exercise 2: Phonebook.py
Create a dictionary called phonebook. Enter the following names and numbers into the dictionary:
James: 555-1234,
Kathleen: 555-5678,
Ian: 555-9123,
Stacey: 555-4457
Now create a list of names that includes all of the names from the dictionary and three names that are not in the dictionary.
Loop through the list of names.
If they are already in the phonebook, print a message displaying their name and phone number.
If they are not in the phonebook, print a message saying contact information needed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started