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 0a89e70 commit c79c692Copy full SHA for c79c692
contains-duplicate/yayyz.py
@@ -1,4 +1,4 @@
1
class Solution:
2
def containsDuplicate(self, nums: List[int]) -> bool:
3
4
- return len(nums) != len(set(nums))
+ return len(nums) != len(set(nums))
0 commit comments