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 80a35df commit 443cf68Copy full SHA for 443cf68
contains-duplicate/JisuuungKim.py
@@ -8,4 +8,4 @@ def containsDuplicate(self, nums: List[int]) -> bool:
8
else:
9
count[i] = 1
10
11
- return False
+ return False
0 commit comments