Skip to content

Commit 16fbb02

Browse files
authored
Update 7.py
1 parent 0c1bf56 commit 16fbb02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

12/7.py

+1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ def get_sum(candidate):
3232
result = 1e9
3333
for candidate in candidates:
3434
result = min(result, get_sum(candidate))
35+
3536
print(result)

0 commit comments

Comments
 (0)