We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ca74f commit 0db63ecCopy full SHA for 0db63ec
Python/132-pattern.py
@@ -26,7 +26,6 @@ def find132pattern(self, nums):
26
:type nums: List[int]
27
:rtype: bool
28
"""
29
- result = 0
30
for k in xrange(len(nums)):
31
valid = False
32
for j in xrange(k):
0 commit comments