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 702eb2d commit 02928e1Copy full SHA for 02928e1
contains-duplicate/bskkimm.py
@@ -21,4 +21,4 @@ def containsDuplicate(self, nums):
21
else:
22
dict[num] = True
23
24
- return False
+ return False
0 commit comments