micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# create a large dictionary
|
||||
|
||||
d = {}
|
||||
x = 1
|
||||
while x < 1000:
|
||||
d[x] = x
|
||||
x += 1
|
||||
print(d[500])
|
Reference in New Issue
Block a user