Euler txt files now follow naming convention
This commit is contained in:
@@ -63,7 +63,7 @@ def save_characters(numeral):
|
||||
def euler_089():
|
||||
tests()
|
||||
|
||||
with open("../txt/EulerProblem089.txt") as f:
|
||||
with open("../txt/e089.txt") as f:
|
||||
numerals = map(lambda l: l.strip(), f.readlines())
|
||||
return sum(map(save_characters, numerals))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user