Palindrome Start 125
This commit is contained in:
parent
321c4d43bf
commit
3a53e85da2
@ -0,0 +1,8 @@
|
|||||||
|
def isPalindrome(s):
|
||||||
|
"""
|
||||||
|
:type s: str
|
||||||
|
:rtype: bool
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
print(isPalindrome("A man, a plan, a canal: Panama"))
|
||||||
Loading…
Reference in New Issue
Block a user