Program Development

There are several full length programs in the book. I would like you to copy these pieces of code and get them to run. Your code must have the following template:

# File:

# Description:

# Name:

# Date:

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.

After you have made sure all the programs run on the command line, zip all the files together into a single file called:

myuteid_chap_10.zip
Substitute your UT EID for the place holder myuteid in the file name. Upload the zip file to the turnin system. Do not upload the files individually. We must receive the zip file by 11 PM on Sunday, 21 July 2013.