Skip to content

Commit 79680f3

Browse files
committed
update
1 parent 2a015b5 commit 79680f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

valid-palindrome/EstherKim97.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ def isPalindrome(self, s):
99
if s[i] != s[-(i+1)]:
1010
return False
1111
return True
12+

0 commit comments

Comments
 (0)