Write a program that uses a sentinel loop (use ‘X’ as the sentinel…
Question Answered step-by-step Write a program that uses a sentinel loop (use ‘X’ as the sentinel… Write a program that uses a sentinel loop (use ‘X’ as the sentinel value) and a dictionary that allows a user to input names and email addresses that are stored in a dictionary as key-value pairs. The program should then use a second sentinel loop to allow the user to look up a person’s email address until ‘X’ is entered. 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. Please use PythonPlease send me answer ASAP. Computer Science Engineering & Technology Python Programming Share QuestionEmailCopy link Comments (0)


