4 lines
47 B
Python
4 lines
47 B
Python
with open("input.txt") as f:
|
|
text = f.read()
|
|
|
with open("input.txt") as f:
|
|
text = f.read()
|
|
|