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 5b0fc61 commit 5639aa5Copy full SHA for 5639aa5
contains-duplicate/bemelon.py
@@ -7,4 +7,4 @@ def containsDuplicate(self, nums: List[int]) -> bool:
7
if num in seen:
8
return True
9
seen.add(num)
10
- return False
+ return False
0 commit comments