#29729: python 簡單的解答


422596@st.tc.edu.tw (殤)

學校 : 不指定學校
編號 : 184100
來源 : [140.128.169.42]
最後登入時間 :
2024-01-02 15:30:28
a022. 迴文 | From: [118.170.26.224] | 發表日期 : 2022-03-26 09:16

a=list(input())

b=(a[::-1])

if a==b:

    print('yes')

else:

    print('no') 

 
ZeroJudge Forum