Python【基础】逻辑运算符 Python • 2021-12-23• 499次阅读 ''' and 相当于逻辑符号AND or == OR not == NOT'''x = (10 > 8) and (20 > 10)print(x) # True 照顾好自己,如果尚有余力,记得保护美好的东西,不畏不惧赤诚善良。