micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
for i in 1, 2:
|
||||
for o in {}, {1}, {2}:
|
||||
print("{} in {}: {}".format(i, o, i in o))
|
||||
print("{} not in {}: {}".format(i, o, i not in o))
|
Reference in New Issue
Block a user