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

@@ -37,4 +37,4 @@ def euler_243():
if __name__ == "__main__":
solution = euler_243()
print("e243.py: " + str(solution))
assert(solution == 892371480)
assert solution == 892371480