micropython: add micropython component
This commit is contained in:
3
components/language/micropython/tests/io/file_iter.py
Normal file
3
components/language/micropython/tests/io/file_iter.py
Normal file
@@ -0,0 +1,3 @@
|
||||
f = open("io/data/file1")
|
||||
for l in f:
|
||||
print(l)
|
Reference in New Issue
Block a user