A palindrome is a word, number, or sentence that reads the same forward and backward . For example: madam → madam level → level 121 → 121 racecar → racecar In this blog, we will learn how to check whether a word is a palindrome using Python. Python Program word = input ( " Enter a word: " ) rev...
Source: [Dev.to](https://dev.to/adhi_sankar_45ccfb9350749/how-to-check-a-palindrome-in-python-4of1)