1 points, 0 comments on Hacker News
Source: [Hacker News](https://en.wikipedia.org/wiki/Space_sunshade)
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
10 points, 0 comments on Hacker News
2 points, 0 comments on Hacker News
1 points, 1 comments on Hacker News
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...