Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Palindrome Detection

Check if a string is a palindrome.

is_palindrome("repeat") # > False
is_palindrome("A car, a man, a maraca.") # > True