Question: In python programmingFor this exercise, you are to complete a program that manages and stores names and email addresses in a dictionary as key:value pairs.
In python programmingFor this exercise, you are to complete a program that manages and stores names and email addresses in a dictionary as key:value pairs. The program displays a menu that lets users look up a person's email address, add a new name and email address, change an existing email address, or delete an existing name and email address. When the user exits the program, the dictionary is saved to a pickle file. Each time the program starts, the contact dictionary is retrieved from the pickle file, if the file exists. Download the attached ex5.txt file, which contains the basic framework for this program, and add your own code to the included function templates to complete the exercise
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
