3 lines
46 B
Python
3 lines
46 B
Python
|
|
with open(filename) as f:
|
||
|
|
data = f.read()
|