Skip to content

Commit 3522c2c

Browse files
Update sol1.py
1 parent 11a8439 commit 3522c2c

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
@@ -81,7 +81,7 @@ def multiply(
8181
>>> multiply(
8282
... chain=chain,
8383
... primes=[2],
84-
... min_prime=2
84+
... min_prime=2,
8585
... prev_n=1,
8686
... max_num=2,
8787
... prev_sum=0,

0 commit comments

Comments
 (0)