micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
print(1 < 2 < 3)
|
||||
print(1 < 2 < 3 < 4)
|
||||
print(1 > 2 < 3)
|
||||
print(1 < 2 > 3)
|
Reference in New Issue
Block a user