Question: Write in Python Write a program that keeps names and email addresses in a dictionary as key-value pairs. Name and Email Addresses Write a program

Write in Python

Write a program that keeps names and email addresses in a dictionary as key-value pairs.

Write in Python Write a program that keeps names and email addresses

Name and Email Addresses Write a program that keeps names and email addresses in a dictionary as key- value pairs. The program should display a menu that lets the user look up a person's email address, add a new name and email address, change an existing email address, and delete an existing name and email address. The program should pickle the dictionary and save it to a file when the user exits the program Each time the program starts, it should retrieve the dictionary from the file and unpickle it

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To create this program in Python you can use the pickle module to serialize and deserialize the dictionary that stores names and email addresses The p... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!