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 9b2784c commit 69a28aeCopy full SHA for 69a28ae
valid-palindrome/pmjuu.py
@@ -19,4 +19,3 @@ def isPalindrome(self, s: str) -> bool:
19
right -= 1
20
21
return True
22
-
0 commit comments