Skip to content

Commit d14f6b8

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

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
@@ -25,6 +25,7 @@
2525
In the end it is counted how many n's have one solution.
2626
"""
2727

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

0 commit comments

Comments
 (0)