micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
f = open("io/data/bigfile1")
|
||||
b = f.read()
|
||||
print(len(b))
|
||||
print(b)
|
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
f = open("io/data/bigfile1")
|
||||
b = f.read()
|
||||
print(len(b))
|
||||
print(b)
|