Guidelines
for completing and submitting homework
Refer to the first two paragraphs on the Grading Info
page for all the details. Briefly,
you may not collaborate with your
classmates while writing homework
programs. However, you may certainly
consult Spencer on Thursday evenings or
Dr. V on Friday afternoons as you create
your programs. (Email your program
to me first to check that I'm in the
office.) Other QRC mentors may also
be able to help out, depending on their
experience with Python. Once you
have completed your program, or made as
much progress as possible, email your
program as an attachment to svandervelde@stlawu.edu.
Assignment
To begin, create a new document in Komodo
and include these comments at the top
# Your
full name
# Homework #4, Sept 28, 2012
# Individuals providing
assistance, if any
Then save your file using the format LastNameHW4.py.
Now write a program that performs the two
tasks described below. I will demo
the first one in class so that you have a
clear idea of what your program is
supposed to do. TIP: first
copy lines of code from your line.py
program to set up your graphics window and
then close it again when the program is
done.