5 lines
54 B
Python
5 lines
54 B
Python
out = 0
|
|
with open('input03.txt') as file:
|
|
|
|
print(out)
|
out = 0
|
|
with open('input03.txt') as file:
|
|
|
|
print(out)
|