Skip to content

Commit aa4618f

Browse files
Update sol1.py
1 parent 36f7d27 commit aa4618f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project_euler/problem_136/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def solution(n_limit: int = 50 * 10**6) -> int:
4040
>>> solution(100)
4141
25
4242
>>> solution(110)
43-
26
43+
27
4444
"""
4545
n_sol = [0] * n_limit
4646

0 commit comments

Comments
 (0)