#28255: python這樣應該很簡單


shunrenshih@gmail.com (shawn)


a=input()

b=a[::-1]

if (a==b):

    print("yes")

else:

    print("no")