Change file location
This commit is contained in:
@@ -19,7 +19,7 @@ def compute():
|
||||
50-digit numbers.
|
||||
"""
|
||||
|
||||
with open("files/Problem13.txt", "r") as f:
|
||||
with open("../files/Problem13.txt", "r") as f:
|
||||
num = f.readlines()
|
||||
result = 0
|
||||
for line in num:
|
||||
|
||||
Reference in New Issue
Block a user