This is a simple Phonebook Application using Python that allows users to:
✅ Add a new contact
✅ Search for a contact
✅ Delete a contact
✅ List all contacts
The project uses:
- Python dictionaries to store contacts.
- Conditional statements for user actions.
- Loops for continuous user interaction.
- Add Contact: Save a name and phone number.
- Search Contact: Find a contact by name.
- Delete Contact: Remove a contact by name.
- List Contacts: View all saved contacts.