Solve problem 84 and clean up a little
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM = 77
|
||||
FROM = 85
|
||||
TILL = 85
|
||||
|
||||
template = """
|
||||
@@ -7,8 +7,9 @@ def euler_XXX():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("eXXX.py: " + str(euler_XXX()))
|
||||
assert(euler_XXX() == 0)
|
||||
solution = euler_XXX()
|
||||
print("eXXX.py: " + str(solution))
|
||||
assert(solution == 0)
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user