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 f5cbc1c commit df24d9fCopy full SHA for df24d9f
valid-palindrome/hyogshin.py
@@ -23,4 +23,5 @@ def isPalindrome(self, s: str) -> bool:
23
is_pal = False
24
break
25
26
- return is_pal
+ return is_pal
27
+
0 commit comments