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 fc7bbd7Copy full SHA for fc7bbd7
valid-palindrome/pmjuu.py
@@ -18,5 +18,4 @@ def isPalindrome(self, s: str) -> bool:
18
left += 1
19
right -= 1
20
21
- return True
22
-
+ return True
0 commit comments