Answered step by step
Verified Expert Solution
Link Copied!

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions

Question

3. What is the difference between proactive and reactive styles?

Answered: 1 week ago