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 feca30b commit 161d983Copy full SHA for 161d983
contains-duplicate/mandel-17.py
@@ -10,4 +10,5 @@ def containsDuplicate(self, nums: List[int]) -> bool:
10
else:
11
if i == len(nums[:-2]):
12
return False
13
- continue
+ continue
14
+
0 commit comments