Wednesday, September 30, 2009

Chapter 2 Exercises

This is the link to my google.doc. Chapter 2 Ex. Making the Madlib was the hardest exercise. But once I understood what I had to do it was alot easier.

Tuesday, September 22, 2009

experimenting with assignment statements

>>> hello
'hello'
>>> whoru
'I am Ted'
>>> whatrudoinginmycomp
'nothing'
>>> seriously
'NOTHING!'
>>> really
'really'
>>> souarentsendingsecretmessagestomybrain
'ummmm'
>>> seeiknewit
'darn'
>>> getout
'no'
>>> NOW
'fine, sheesh'
>>> good
'silence'

imp

and as assert break class continue
def del elif else except exec
finally for from global if import
in is lambda not or pass
print raise return try while with
yield