Euler txt files now follow naming convention
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def get_words():
|
||||
with open("../txt/EulerProblem042.txt", "r") as f:
|
||||
with open("../txt/e042.txt", "r") as f:
|
||||
s = f.read()
|
||||
words = [w.strip('"') for w in s.split(",")]
|
||||
return words
|
||||
|
||||
Reference in New Issue
Block a user