Python | Address Book App #shorts

preview_player
Показать описание
#shorts
This Python code implements an address book application using two classes, `Contact` and `AddressBook`. The `Contact` class represents a contact with attributes like name, email, and phone number, while the `AddressBook` class manages a list of contacts. The code allows adding, removing, searching for contacts, and displaying all contacts in the address book. It provides a simple and concise way to organize and interact with contact information in Python.
Рекомендации по теме