Write a for loop to print each contact in contact_emails.


Asked by wiki @ in Computers and Technology viewed by 233 People


Write a for loop to print each contact in contact_emails. Sample output for the given program:

[email protected] is Mike Filt
[email protected] is Sue Reyn
[email protected] is Nate Arty
Code:
contact_emails = {
'Sue Reyn' : '[email protected]',
'Mike Filt': '[email protected]',
'Nate Arty': '[email protected]'
}
for email in contact_emails:
print('%s is %s' % (email, contact_emails(email)))

Answered by wiki @



In this exercise we have to use the knowledge of programming in python code  to describe a looping so we have the code.

The code can be found in the attached image.

How to loop a code?

Repeat commands are a feature that allows a certain piece of code in a program to be repeated a certain number of times. In C there are three repetition commands: while, do-while and for.

See more about python at brainly.com/question/26104476


Similar Questions

Write a loop that prints each countrys population in country_pop.

Asked by wiki @ in Computers and Technology viewed by 205 persons

Write a loop that prints each country's population in country_pop. Sample output with input: 'China:1365830000,India:1247220000,United States:318463000,Indonesia:252164800': United States has 318463000 people. India has 1247220000 people. Indonesia has 252164800 people. China …

Write a program to print 1 4 9 16 25

Asked by wiki @ in Computers and Technology viewed by 270 persons

Write a while loop that prints A. All squares less than n. For example, if n is 100, print 0 1 4 9 16 25 36 49 64 81. B. …

Write an email to your friend about your birthday party

Asked by wiki @ in French viewed by 380 persons

Write a letter to your friend to invite for your birthday party​

Write an email to a friend about your school trip

Asked by wiki @ in English viewed by 2777 persons

Write an email to a friend about the school trip. In your email, you should: • describe where you went • say why you enjoyed the trip • explain what …

How to write an innovative book?

Asked by wiki @ in General viewed by 102 persons

The power of growth mindset: how to develop a growth mindset and achieve success

Asked by saqib179 @ in Health viewed by 151 persons

What did the captain say in the bakery

Asked by joseph31 @ in History viewed by 203 persons

125 pounds decreased by 4%?

Asked by taylor04 @ in Math viewed by 262 persons

What is the playing surface called where the college basketball semi-finals are played?

Asked by samuel87 @ in Mathematics viewed by 343 persons

Segments, Angles, and Lines —Angle Addition Geo Joke Worksheets  2002 NASCO  Joke 

How did the owners of the lowell mill differ from most employers during this era?

Asked by caleb262 @ in History viewed by 256 persons

What can you learn through capsim?

Asked by saqib179 @ in Business viewed by 312 persons

Most viewed questions in Computers And Technology


A customer wants to increase the storage capacity by 25gb

Asked by wiki @ in Computers and Technology viewed by 5049 persons


The following are ways to avoid having a collision except

Asked by wiki @ in Computers and Technology viewed by 1922 persons



Which internet protocol version is 100.0 0.256

Asked by wiki @ in Computers and Technology viewed by 1584 persons



Which item is not part of a college application everfi

Asked by wiki @ in Computers and Technology viewed by 1344 persons


Which one of these can connect directly to the internet

Asked by wiki @ in Computers and Technology viewed by 1343 persons



What makes a sequence of database operations a transaction

Asked by wiki @ in Computers and Technology viewed by 1277 persons


Which of the following is not true about mobile health

Asked by wiki @ in Computers and Technology viewed by 1229 persons



Where is the resume document located in this file structure

Asked by wiki @ in Computers and Technology viewed by 1173 persons


Cloud storage refers to the storage of data on

Asked by wiki @ in Computers and Technology viewed by 947 persons