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