Skip to content

Commit 2485e70

Browse files
committed
Fix
1 parent 097a23f commit 2485e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: project_euler/problem_174/sol1.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def solution(t_limit: int = 1000000, n_limit: int = 10) -> int:
2626
Return the sum of N(n) for 1 <= n <= n_limit.
2727
2828
>>> solution(1000,5)
29+
222
30+
>>> solution(1000,10)
2931
249
3032
>>> solution(10000,10)
3133
2383

0 commit comments

Comments
 (0)