我正在写这本书"艰难地学习python".在练习27(http://learnpythonthehardway.org/book/ex27.html)中,它以布尔代数开始.
所以我的问题是:为什么是not(True and False)真的?
not(True and False)
我是如何理解的,它应该是一样的False and True.
False and True
python boolean boolean-algebra
boolean ×1
boolean-algebra ×1
python ×1