University of New Haven Smart Phone Python Lab 7 Assignment: A smart phone has the ability to save contact information. In this assignment, you will simul

University of New Haven Smart Phone Python Lab 7 Assignment:

A smart phone has the ability to save contact information. In this assignment, you will simulate the contact list for a very simple smart phone.
Download lab7.py, rename it according to the instructions above, and make sure you understand it.
Take the program above and modify it by adding the missing Contact class such that when the program is run, it produces this output.
Hint: one way to get the correct spacing in your print_entry method is to use the ljust method on strings. Read the documentation here.

Grading:

2 points – The constructor of the Contact class is correct.

2 points – The reader methods of the Contact class are correct.

2 points – The writer methods of the Contact class are correct.

2 points – The print_entry method of the Contact class is correct.

2 points – Your program’s output matches the output format of the transcript above (1 point for each type of difference up to 2 points)

Leave a Reply

Your email address will not be published. Required fields are marked *