Palindrome Start 125

This commit is contained in:
Jacob Delgado 2023-08-27 23:45:19 -07:00
parent 321c4d43bf
commit 3a53e85da2

View File

@ -0,0 +1,8 @@
def isPalindrome(s):
"""
:type s: str
:rtype: bool
"""
print(isPalindrome("A man, a plan, a canal: Panama"))