计算机网络/计算机科学与应用/系统/运维/开发

Python【基础】关系运算符


Pytho关系运算符


image.png



x = 10 > 8
print(x)  # True

y = 10 == 10
print(y)  # True


天天晨练不仅为了健身,也为了体现生命的倔强

评论

^