We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5276b4 commit 50059e5Copy full SHA for 50059e5
project_euler/problem_72/sol1.py
@@ -43,4 +43,4 @@ def solution(N: int = 1_000_000) -> int:
43
44
45
if __name__ == "__main__":
46
- print(solution(100))
+ print(solution())
0 commit comments