4 lines
84 B
Python
4 lines
84 B
Python
import os
|
|
|
|
size = os.path.getsize('input.txt')
|
|
size = os.path.getsize('/input.txt')
|