#28141: python 一行解 2


jeter.nice@gmail.com (唯一)


print((lambda n: 'yes' if n == ''.join(reversed(n)) else 'no')(input()))