6 lines
125 B
Python
6 lines
125 B
Python
if __name__ == '__main__':
|
|
with open('./000-999/147/inputs/flag') as file:
|
|
input = file.read()
|
|
|
|
print(input)
|