what is the reason of the specific usage of keyword 'not' gave this answer?

前端 未结 0 870
遥遥无期
遥遥无期 2021-01-17 18:56

Why the \'not\' operator gave the invalid syntax error?

>>> a=10
>>> b=10
>>> not (a==b)
False
>>> not a==b
False
>>         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题