PythonExtra/tests/micropython/viper_binop_multi_comp.py.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
64 B
Plaintext
Raw Normal View History

1 == 1
2 > 1
2 >= 1
2 != 1
1 < 2
2 > -1
2 >= -1
2 != -1
-2 <= 1