Question

Programming language is Python.Dong Hua University is hosting a nature beauty fair. You are invited to join the registration team to document store) the vis

0 0
Add a comment Improve this question Transcribed image text
Answer #1

i d = {} # created an empty dictionary 3 - while True: # looping infinite times OOOO name = input() # taking user input of th

d = {} # created an empty dictionary

while True: # looping infinite times

name = input() # taking user input of the information of one person
if name == "999": # if the name is 999, breaking the loop
break
email = input()
phone = input()
  
d[email] = [name, phone] # putting that data in the dictionay

print() # printing the data in the dictionary
for one in d:
print(d[one][0], one, d[one][1])
print("Total visitors:", len(d)) # printing the number of visitors

# Please up vote or comment. Happy Learning!

Add a comment
Know the answer?
Add Answer to:
Programming language is Python. Dong Hua University is hosting a nature beauty fair. You are invited...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT