micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def foo(x: int, y: list) -> dict:
|
||||
return {x: y}
|
||||
|
||||
print(foo(1, [2, 3]))
|
Reference in New Issue
Block a user