Please write a program that uses a sentinel loop (use ‘X’ as the…
Question Answered step-by-step Please write a program that uses a sentinel loop (use ‘X’ as the… Please 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. Please use Python Computer Science Engineering & Technology Python Programming CIS 241 Share QuestionEmailCopy link Comments (0)


