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 f5fddf4 commit fbf5c6fCopy full SHA for fbf5c6f
valid-palindrome/hyogshin.py
@@ -24,4 +24,3 @@ def isPalindrome(self, s: str) -> bool:
24
break
25
26
return is_pal
27
-
0 commit comments