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 2a015b5 commit 79680f3Copy full SHA for 79680f3
valid-palindrome/EstherKim97.py
@@ -9,3 +9,4 @@ def isPalindrome(self, s):
9
if s[i] != s[-(i+1)]:
10
return False
11
return True
12
+
0 commit comments