Grant Edwards wrote:
> for pete's sake use the comparison operator like god intended.
>
>     if 0 <= i <= 10000:

I'm assuming you used Python's compound comparison as opposed to the
C-style of and'ing two comparisons together to emphasize the fact it is
god's chosen way of doing this ;-)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to