[Tutor] this is hard

Rob rob@uselesspython.com
Wed, 21 Aug 2002 11:37:04 -0500


> > Also, on the 5th line, I changed 1 to '1', because
> > raw_input() grabs the user's input as a string,
>
> Aha! The real reason he was getting nothing out. The
> if block never got executed! Well spotted Rob, I totally
> missed that.
>
> Alan g

If I were twice the programmer I am, it would've taken me ten times longer
to spot it.

3;->

Rob