Understanding Boolean Expressions

Jussi Piitulainen jpiitula at ling.helsinki.fi
Wed Apr 17 04:47:49 EDT 2013


Steven D'Aprano writes:

> So paradoxically, that means that "x or y" counts as an and_test
> (obviously!) but also as an or_test, since every and_test also
> counts as an or_test. Here's some crappy ASCII art of a Venn diagram

I think you mean to say that "x and y" counts as an and_test and also
as an or_test.



More information about the Python-list mailing list