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 bfc2cb1 commit 2a015b5Copy full SHA for 2a015b5
contains-duplicate/EstherKim97.py
@@ -6,4 +6,5 @@ def containsDuplicate(nums):
6
if num in seen:
7
return True
8
seen.add(num)
9
- return False
+ return False
10
+
0 commit comments