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 e35428f commit c3bfa2cCopy full SHA for c3bfa2c
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