Python【基础】关系运算符 Python • 2021-12-23• 549次阅读 Pytho关系运算符x = 10 > 8 print(x) # True y = 10 == 10 print(y) # True 业精于勤而荒于嬉,行成于思而毁于随