#29729: python 簡單的解答


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


a=list(input())

b=(a[::-1])

if a==b:

    print('yes')

else:

    print('no')