Skip to content

Commit a363819

Browse files
committed
adding doctests
1 parent 9ab8052 commit a363819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_095/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
def solution(n: int = 10**6) -> int:
66
"""
7-
Returns the smallest member of the longest amicable chain with no element exceeding one million
7+
Returns the smallest member when n = 1000000
88
>> 14316
99
"""
1010

0 commit comments

Comments
 (0)