On Thu, Oct 1, 2015 at 3:45 PM, John Gordon <gor...@panix.com> wrote:
> In <87r3le1ht3....@elektro.pacujo.net> Marko Rauhamaa <ma...@pacujo.net> 
> writes:
>> Wouldn't
>
>>    x < 0 or 10 < x
>
>> be even more visual?
>
> [SNIP]
>
> Another strike is that the code isn't consistent with itself; it puts the
> variable on the left in the first comparison, then swaps to the right for
> the second comparison.

And on the other hand, it consistently uses the < operator rather
than swapping to > for the second comparison.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to