((lambda (x) (x x)) (lambda (x) (x x)))

Tuesday, November 18, 2008

SPR720 Number Game Lab

So, I just finished the number guessing game for SPR720... most of the conceptual material was pretty old hat, but it provided a convenient excuse to familiarize myself with a little bit more of the Python syntax surrounding classes, initialization of objects, custom exceptions, etc.

Without further ado, here's the code...

Clicky

No comments: