Write a function to test if a given word is a palindrome. It should return the woird and say IS A PALINDROME if it is or return the word and IS NOT A PALINDROME if it isnt.
Write a function to test if a given word is a palindrome. It should return the woird and say IS A PALINDROME if it is or return the word and IS NOT A PALINDROME if it isnt.