請設計一個程式,使用者會輸入一個字串,請判斷該字串是否為回文(palindrome)。 輸入範例1: 12321 輸出範例1: 12321 is a palindrome 輸入範例2: apple 輸出範例2: apple is not a palindrome