PythonExtra/tests/io/file_long_read.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
56 B
Python
Raw Normal View History

f = open("io/data/file1")
b = f.read(100)
print(len(b))