#35084: python ans


1360467-8@g.puiching.edu.mo (三國迷李牧粉)


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