Python【基础】逻辑运算符 Python • 2021-12-23• 610次阅读 ''' and 相当于逻辑符号AND or == OR not == NOT'''x = (10 > 8) and (20 > 10)print(x) # True 日子过着过着就有了答案,努力走着走着就有了温柔的着落。