Python program to check whether the given string is palindrome or not
In this program. you’ll learn how to check whether a given input string is a palindrome or not A palindrome string is a word, phrase, or sequence of characters that reads the same forward and backward.For example, the word “racecar” is a palindrome because it reads the same way in both directions.Another example is the … Read more