Skip to content

Commit 32a8835

Browse files
author
Parth Shah
authored
Rename #15_3sum_zero.py to 15_3sum_zero.py
1 parent 2604a69 commit 32a8835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

#15_3sum_zero.py renamed to 15_3sum_zero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def sum_3_zero(nums):
1717

1818
nums=[-1, 0, 1, 2, -1, -4]
1919
print(sum_3_zero(nums))
20-
20+

0 commit comments

Comments
 (0)