if value==value[::-1]:
    print("This is a palindrome!")
else:
    print("This is not a palindrome.")