A and B but not C in list

CM cmpython at gmail.com
Sun Jan 23 16:05:12 EST 2011


In Python, is there a recommended way to write conditionals of the
form:

"if A and B but not C or D in my list, do something."  ?

I may also have variations on this, like "if A but not B, C, or D".

Do I have to just write out all the if and elifs with all possible
conditions, or is there a handier and more code-maintainable way to
deal with this?

Thanks.







More information about the Python-list mailing list