newton/solutions/python/688B.py

4 lines
30 B
Python
Raw Normal View History

2025-01-29 12:36:50 +00:00
n = input()
print(n+n[::-1])