mirror of
https://github.com/micropython/micropython.git
synced 2026-01-11 06:27:14 +01:00
10 lines
64 B
Plaintext
10 lines
64 B
Plaintext
1 == 1
|
|
2 > 1
|
|
2 >= 1
|
|
2 != 1
|
|
1 < 2
|
|
2 > -1
|
|
2 >= -1
|
|
2 != -1
|
|
-2 <= 1
|