Skip to content

Commit 89887e6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1fd3f75 commit 89887e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: project_euler/problem_136/sol1.py

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

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

0 commit comments

Comments
 (0)