Python【基础】关系运算符 Python • 2021-12-23• 583次阅读 Pytho关系运算符x = 10 > 8 print(x) # True y = 10 == 10 print(y) # True 所谓坚持,就是从种子种下到开花结果需要等待的时间。