Answer to Question #252364 in Python for Raymond Ekwubiri

Question #252364
Create a Python dictionary that returns a list of values for each key. The key can be whatever type you want.

Design the dictionary so that it could be useful for something meaningful to you. Create at least three different items in it. Invent the dictionary yourself. Do not copy the design or items from some other source.

.
1
Expert's answer
2021-10-17T01:45:12-0400
dict1= {
  "COM001": "John",
  "COM002": "Mary",
  "COM003": "Joseph",
  "COM004": "Joan",
  "COM005": "Anne"
}


print(dict1)


Output


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS