Loading Question...
Write a program to check if a given string is a palindrome or not. A palindrome is a string that reads the same backward as forward.
The input is a single string.
Print 'Palindrome' if the input string is a palindrome, otherwise print 'Not a palindrome'.