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