Skip to content

Commit c3bc51b

Browse files
committed
WEEK 03 Soultions
1 parent c6719d1 commit c3bc51b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

valid-palindrome/HYUNAHKO.py

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

0 commit comments

Comments
 (0)