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 c6719d1 commit c3bc51bCopy full SHA for c3bc51b
valid-palindrome/HYUNAHKO.py
@@ -9,4 +9,5 @@ def isPalindrome(self, s: str) -> bool:
9
if (str1 != result[n-i-1]):
10
return False
11
return True
12
+
13
0 commit comments