Question: ## Program Instructions 1 . Write a Python program that performs as a Tuffy Titan Contact List which contains a list of contacts that can
## Program Instructions
Write a Python program that performs as a Tuffy Titan Contact List which contains a list of contacts that can be modified or deleted.
Create a contacts module to meet the following requirements:
Create a file named contactspy
Add a comment at the top of the file which indicates your name, date and the purpose of the file.
Note: All contact lists within this module should assume the list is of the form: first name","last name"first name","last name"
Define a function named printlist to meet the following requirements:
Take a contact list as a parameter.
Implement a docstring with a simple sentence that describes the function.
Print a header for the printout which indicates the list index number, the first name, and the last name column headers.
Loop through the contact list and print each contact on a separate line displaying: the list index number, the contact first name, and the contact last name. Assuming i is the index value and contacts is the name of the list, the following will format the output: printfstri:contactsi:contactsi:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
