3 lines
68 B
Python
3 lines
68 B
Python
|
with open('./000000000-swim.html') as file:
|
||
|
print(file.read());
|