Skip to content

Commit 36f7d27

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: project_euler/problem_136/sol1.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ def solution(n_limit: int = 50 * 10**6) -> int:
3636
>>> solution(3)
3737
0
3838
>>> solution(10)
39-
2
40-
>>> solution(21)
41-
1
39+
3
4240
>>> solution(100)
4341
25
4442
>>> solution(110)

0 commit comments

Comments
 (0)