micropython/tests/io/file_iter.py

4 wiersze
48 B
Python

f = open("data/file1")
for l in f:
print(l)