Question: Write a Python program that creates a contact list for which you keep: - Name - Phone number - Email address - Physical address For
Write a Python program that creates a contact list for which you keep:

- Name - Phone number - Email address - Physical address For the name and physical address use appropriate variables that would allow you to have distinctive values for first and last name associate with name, and street, city, state and zip code for the physical address. In the test program, enter data for three to five people, and display: - Table with their complete information - Table with phone numbers - Given a name, display phone number - Given a first name, display the full address Display the cities and states of all people
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
