You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program that stores names and phone numbers in a dictionary with the name as the key and the phone number as the value. Includes menu that allows the user to 1. view all the contacts 2. add a new contact 3. search for a contact by name 4. update the contact’s phone number 5. delete a contact 6. quit the program For CS 120