This is a simple Python program that allows you to manage a contacts list. The program provides basic functionality for adding, listing, searching, and deleting contacts. It uses a dictionary to store contact details with names as keys.
Primary LanguagePython