Skip to content

Commit 1fd3f75

Browse files
Update sol1.py
1 parent 28c8601 commit 1fd3f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: project_euler/problem_136/sol1.py

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
In the end it is counted how many n's have one solution.
2828
"""
2929

30-
3130
def solution(n_limit: int = 50 * 10**6) -> int:
3231
"""
3332
Define n count list and loop over delta, y to get the counts, then check

0 commit comments

Comments
 (0)