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 2206296 commit 445d292Copy full SHA for 445d292
two-sum/do-heewan.py
@@ -7,4 +7,4 @@ def twoSum(self, nums, target):
7
result.append(i)
8
result.append(j)
9
10
- return result
+ return result
0 commit comments