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
This python code allows you to search the contact of your friend stored in a .txt file(in which each newline includes name and number of your friend separated with a colon). When user inputs name of his friend, the code will return contact number as the output. Or, if contact numbers is entered, friend's name is shown.