micropython/tests/io/file_long_read2.py

5 wiersze
62 B
Python

f = open("data/bigfile1")
b = f.read()
print(len(b))
print(b)