micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
a = []
|
||||
for i in range(100):
|
||||
a.append(i)
|
||||
a.reverse()
|
||||
print(a)
|
Reference in New Issue
Block a user