We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2604a69 commit 32a8835Copy full SHA for 32a8835
#15_3sum_zero.py renamed to 15_3sum_zero.py
@@ -17,4 +17,4 @@ def sum_3_zero(nums):
17
18
nums=[-1, 0, 1, 2, -1, -4]
19
print(sum_3_zero(nums))
20
-
+
0 commit comments