I might go with: (a, b, c) orin something
And (a, b, c) andin something But really, not needed. -CHB On Tue, Dec 31, 2019 at 3:25 PM Greg Ewing <[email protected]> wrote: > if a or b or c is in x: > > if a and b and c are in x: > > -- > Greg > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/KJSHAZIZ5N6GH4OO4UZ4MA6E5HM7WLJN/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- Christopher Barker, PhD Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/7LUEGK326TJT7Z56WSPVR4HQZVB5PY5A/ Code of Conduct: http://python.org/psf/codeofconduct/
