word = input( "Enter a word" ) back = word if back == word: print ( word,"is not pallindrome" ) else: print ( word,"is not pallindrome")