solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/expressions/expr20.py
2022-04-28 21:17:01 +03:00

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