Programming Examples
Python program to check the given string is palindrome or not
WAP to check the given string is palindrome or not.
Solution
Output
Enter a String : nitin
nitin is Palindrome StringÂ
========================Â
Enter a String : infomax
infomax is not Palindrome String