Skip to content

Commit 0ef7dbb

Browse files
committed
Fix: including the Jay-Mo-99.py
1 parent c3733dd commit 0ef7dbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

valid-palindrome/Jay-Mo-99.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ def isPalindrome(self, s):
2828
if temp == temp[::-1]:
2929
return True
3030
else:
31-
return False
31+
return False
32+

0 commit comments

Comments
 (0)