python-beginner-programming-exercises icon indicating copy to clipboard operation
python-beginner-programming-exercises copied to clipboard

20-palindrome

Open dani3lfrenc opened this issue 1 year ago • 0 comments

This pull request adds an implementation to check if a word is a palindrome to the existing exercise in the repository. A is_palindrome(word) function has been added, which returns True if the given word is a palindrome and False otherwise. Additionally, a palindrome_checker() function is provided, which prompts the user to input a word and then prints whether it's a palindrome or not.

dani3lfrenc avatar Jun 10 '24 12:06 dani3lfrenc