Create a function called is_palindrome(word) that returns True if the word is the same backwards, and False otherwise.