An Intro to
Programming
with Python

Fall 2006
course
navigation

nov 22

coding notes

def some_function(a=2, b=3): """Prints out some stuff and returns True. Longer description here, after a blank line. Always triple quote the doc string. Be sure to describe what the inputs are if they aren't clear Keyword Arguments: a -- size in inches (default 2) b -- width in feet (default 3) """ # code starts here

misc python goodies

cheese shop

to do

http://cs.marlboro.edu/ courses/ fall2006/python/ notes/ nov_22
last modified Wednesday November 22 2006 11:49 am EST