Skip to content

Commit f540cc6

Browse files
FirePing32poyea
andauthored
Update project_euler/problem_078/sol1.py
Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent cea6f3b commit f540cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_078/sol1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import itertools
2020

2121

22-
def solution() -> str:
22+
def solution(number: int = 1000000) -> str:
2323
"""
2424
>>> solution()
2525
'55374'

0 commit comments

Comments
 (0)