Untitled

 avatar
unknown
plain_text
10 months ago
112 B
21
Indexable
# validate palindrome.
# sample:
# assert validate_palindrome(12321) == True

def is_palindrome(value):
    pass
Editor is loading...
Leave a Comment