Skip to content

Commit f7bc00e

Browse files
HYUNAHKOyhkee0404
andauthored
Update valid-palindrome/HYUNAHKO.py
Co-authored-by: yhkee0404 <yhkee0404@gmail.com>
1 parent 1257307 commit f7bc00e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

valid-palindrome/HYUNAHKO.py

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

0 commit comments

Comments
 (0)