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 bdd5729 commit eef2a8aCopy full SHA for eef2a8a
contains-duplicate/jun-brro.py
@@ -1,3 +1,3 @@
1
class Solution(object):
2
def containsDuplicate(self, nums):
3
- return len(set(nums))!=len(nums)
+ return len(set(nums))!=len(nums)
0 commit comments