An Intro to
Programming
with Python

Fall 2006
course
navigation

oct 11

after class

I uploaded the typing I did in class to an attachment - see below.

notes

vowels = ['a', 'b', ... ] if word[i] in vowels: ...
shorthand for
if (word[i] == vowels[0]) or (word[i]==vowels[1]) or ...
http://cs.marlboro.edu/ courses/ fall2006/python/ notes/ oct_11
last modified Wednesday October 11 2006 11:26 am EDT

attachments [paper clip]

     name last modified size
   perfect.py Oct 9 2006 12:33 pm 2.78kB [TXT]what_we_did_in_class.txt Oct 11 2006 11:25 am 2.94kB