Paul Sokolovsky
10 years ago
1 changed files with 3 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||
f = open("io/data/file1") |
|||
b = f.read(100) |
|||
print(len(b)) |
Loading…
Reference in new issue