Files
CodeObject/storage/zeta/py/completed/10988.py

1 line
41 B
Python

I=input();print(1 if I == I[::-1] else 0)