Program Development

Read Chapter 11 on Multidimensional Lists (Sections 11.1 - 11.5, 11.7 - 11.9). There are several full length programs in this chapter that I would like you to copy and run. Your code must have the following template:

def main():
  # the body of the program
  ...

main()
Each program will be in a file by itself with .py extension. You must make sure that it runs as shown in the book. These programs do NOT have to be turned in. However, you are likely to see variations of these programs in the quizzes.

Please write answers to the following questions: