Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

contact _ dict is a dictionary with contacts' name and email address pairs. A new contact is read from input and added into contact _

contact_dict is a dictionary with contacts' name and email address pairs. A new contact is read from input and added into contact_dict. For each contact in contact_dict, output the contact's name, followed by "'s email address: ", and the contact's email address. contact_dict ={
'Joy Moya': 'Joy.Moya@snake.net',
'Eve Kent': 'Eve.Kent@gopher.net',
'Ana Choi': 'Ana.Choi@cat.net',
'Xan Gogh': 'Xan.Gogh@badger .net'
}
new_name = input()
new_email = input()
contact_dict[new_name]= new_email
''' Your code goes here '''

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

Probabilistic Databases

Authors: Dan Suciu, Dan Olteanu, Christopher Re, Christoph Koch

1st Edition

3031007514, 978-3031007514

More Books

Students also viewed these Databases questions

Question

Explain the purpose of an industry analysis.

Answered: 1 week ago

Question

1 . Television News channels importantance of our Life pattern ?

Answered: 1 week ago

Question

1. How is the newspaper help to our daily life?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago

Question

=+ What would it look like? Who should deliver it?

Answered: 1 week ago