Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

Nishant Gautam does not understand not condition.

This is your sixth incorrect bug report in a row. Please stop. This is not a 
help desk to correct your mistakes.

a == 10 and (b != (not(11))) and b == a

--> True and (b != False) and True
--> True and True and True
--> True

----------
nosy: +steven.daprano
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to