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 77ba7b4 commit 2bf4fd7Copy full SHA for 2bf4fd7
contains-duplicate/Jay-Mo-99.py
@@ -21,4 +21,4 @@ def containsDuplicate(self, nums):
21
if len(list(set(nums))) == len(nums):
22
return False
23
else:
24
- return True
+ return True
0 commit comments