Files
CodeObject/zeta/py/completed/10988.py
2025-05-07 04:44:30 +09:00

1 line
41 B
Python

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