programming style (& syntax)

variable names: legal, readable
indentation
spacing & white space

Required Comments for Code

The file name
Your name
The Date
General description of code in file
Description for each function in file
Any appropriate citations for sources!
"Pledged"

Some comments on Python functions & Constructs

input() vs. raw_input()
main() in file
print() & special escape codes: /t, /n, //
quoting in Python: ", ', """

ASCII ART

ASCII codes
Sources: www.schnoggo.com/figlet.html & www.chris.com/ascii
Demo from class download

Homework

1. Write a program or function to display your name in ASCII Art Style similar to the one demonstrated in class.
2. Write a program or function to display some other ASCII Art.
3. Write a program or function to invoke the functions written for problems 1 and 2 with a single command.

Your output should be similar to something like this: ASSCIIArtDemo.txt