#46124: 很簡單(python)


missouri1007@gmail.com (嘻哈の宇柏)


a = input()
b = a[::-1]
if a == b:
    print("yes")
else:
    print("no")