Files
CodeObject/zeta_python/completed/10988.py
2020-08-12 04:15:11 +09:00

1 line
41 B
Python

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