Read a string. Print Yes if it is a palindrome (case-insensitive), No otherwise.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
racecar
Output
Yes