python program for displaying phonebook
Answers
Answered by
0
Answer:
Mark Me Brainlist
Explanation:
Implementing a Contacts directory in Python
initial_phonebook
(1) : The first function to run, it initializes the phonebook.
menu
(2) : It displays the choices available to the user and returns the choice entered.
add_contact
(3) : It adds a new contact to the Contacts directory.
Similar questions