mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
40 lines
1.1 KiB
Python
40 lines
1.1 KiB
Python
a == b
|
|
a != b
|
|
a < b
|
|
a <= b
|
|
a > b
|
|
a >= b
|
|
|
|
|
|
|
|
a : source.python
|
|
: source.python
|
|
== : keyword.operator.comparison.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
a : source.python
|
|
: source.python
|
|
!= : keyword.operator.comparison.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
a : source.python
|
|
: source.python
|
|
< : keyword.operator.comparison.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
a : source.python
|
|
: source.python
|
|
<= : keyword.operator.comparison.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
a : source.python
|
|
: source.python
|
|
> : keyword.operator.comparison.python, source.python
|
|
: source.python
|
|
b : source.python
|
|
a : source.python
|
|
: source.python
|
|
>= : keyword.operator.comparison.python, source.python
|
|
: source.python
|
|
b : source.python
|