Skip to content

Commit bca5be8

Browse files
authored
Update sum2.py
1 parent d005c9f commit bca5be8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

List-1/sum2.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def sum2(nums):
2525

2626
return result
2727

28-
29-
print(sum2([1, 2, 3]))
30-
print(sum2([1, 1]))
31-
print(sum2([1, 1, 1, 1]))
28+
#To check:
29+
#print(sum2([1, 2, 3]))
30+
#print(sum2([1, 1]))
31+
#print(sum2([1, 1, 1, 1]))

0 commit comments

Comments
 (0)