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 4867bff commit 88dc958Copy full SHA for 88dc958
1 file changed
contains-duplicate/kangdaia.py
@@ -22,4 +22,4 @@ def containsDuplicate(self, nums: list[int]) -> bool:
22
"""
23
if len(nums) <= 1:
24
return False
25
- return len(nums) != len(set(nums))
+ return len(nums) != len(set(nums))
0 commit comments