Write a program that keeps names and emails addresses in a dictionary as key-value pairs.
First print all keys with their value using for loop.then the program should display a menu that lets 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.
Complete working code is Ready! with Code file