Solve problem 347 and some reformatting.

This commit is contained in:
2024-06-23 12:27:16 -04:00
parent 75b4398c90
commit b889c12ae7
6 changed files with 50 additions and 13 deletions

View File

@@ -35,4 +35,4 @@ def euler_204():
if __name__ == "__main__":
solution = euler_204()
print("e204.py: " + str(solution))
assert(solution == 2944730)
assert solution == 2944730