Python【基础】关系运算符 Python • 2021-12-23• 531次阅读 Pytho关系运算符x = 10 > 8 print(x) # True y = 10 == 10 print(y) # True 天天晨练不仅为了健身,也为了体现生命的倔强