nov 9
Go over the homework. I've attached a shuffle and sieve example below, both using a functional approach.
In class:
- Volunteers to discuss their work?
- What would shuffle or sieve look like in object oriented form?
Next week's assignment is posted.
If time allows, discuss and set-up the "random walk", pg 382 #18. We started thinking about this; very preliminary code is attached.
Question: doctests with raw_input? Answer: see attached.