micropython/tests/micropython/viper_binop_comp.py.exp

16 wiersze
107 B
Plaintext

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