Question: While using python.. Propose a situation that requires list of lists in order to solve: Maintaining an address book as a list of names, addresses
While using python..
Propose a situation that requires list of lists in order to solve:
- Maintaining an address book as a list of names, addresses and phone numbers
- Maintaining a gradebook, with a name and several scores for each name
- Printing a calendar as a list of weeks, where each week has several day
Write a python code that creates a reasonable list of lists and prints each item.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
