Skip to content

Commit 56ae083

Browse files
authored
Update sum3.py
1 parent bca5be8 commit 56ae083

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

List-1/sum3.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def sum3(nums):
1616

1717
return result
1818

19-
print(sum3([1, 2, 3]))
20-
print(sum3([5, 11 , 2]))
21-
print(sum3([7, 0, 0]))
19+
#To check:
20+
#print(sum3([1, 2, 3]))
21+
#print(sum3([5, 11 , 2]))
22+
#print(sum3([7, 0, 0]))

0 commit comments

Comments
 (0)