python-beginner-programming-exercises
                                
                                 python-beginner-programming-exercises copied to clipboard
                                
                                    python-beginner-programming-exercises copied to clipboard
                            
                            
                            
                        20-palindrome
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.