Python Header
Use this file to start your Python Program. Fill in with your information and save as a .py file.
#
#Comp 171 Standard Python Script Header
#Assignment name: <enter number and name of assignment here>
#LUC id and Name <your LUC email id here> - <your full name here>
#Date <date you began working on this program>
#
#<Description of the program - use as many lines as needed>
#
#Questions: <questions or comments for the grader - say NONE if none>
#
#