Solve problem 347 and some reformatting.
This commit is contained in:
@@ -35,4 +35,4 @@ def euler_204():
|
||||
if __name__ == "__main__":
|
||||
solution = euler_204()
|
||||
print("e204.py: " + str(solution))
|
||||
assert(solution == 2944730)
|
||||
assert solution == 2944730
|
||||
|
||||
Reference in New Issue
Block a user