A string is said to be palindrome if reverse of the string is same as the string.
- The input consists of a string whose palindrome needs to be checked.
- The output consists of a single line.
- If the given string is palindrome or not
Enter a string:
aalilaa
The given string is a palindrome