Python 比较运算符
Python 比较运算符
比较运算符用于比较两个值
运算符 | 名称 | 示例 | 尝试它 |
---|---|---|---|
== | 等于 | x == y | 尝试它 » |
!= | 不等于 | x != y | 尝试它 » |
> | 大于 | x > y | 尝试它 » |
< | 小于 | x < y | 尝试它 » |
>= | 大于或等于 | x >= y | 尝试它 » |
<= | 小于或等于 | x <= y | 尝试它 » |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]