New submission from Antel <410828...@qq.com>:

>>> (True != 3) in [3]
False
>>> True != (3 in [3])
False

>>> True != 3 in [3]
True

----------
components: Tests
messages: 398354
nosy: Antelx
priority: normal
severity: normal
status: open
title: Why " True != 3 in [3] "  is True?
type: performance
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44758>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to