Skip to content

Commit ad68f4c

Browse files
Update sol1.py
1 parent 5af1642 commit ad68f4c

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
@@ -90,7 +90,7 @@ def multiply(
9090
>>> chain
9191
[0, 0, 1]
9292
>>> primes_degrees
93-
{}
93+
{2: 1}
9494
"""
9595

9696
num = prev_num * min_prime

0 commit comments

Comments
 (0)