4 lines
30 B
Python
4 lines
30 B
Python
|
n = input()
|
||
|
|
||
|
print(n+n[::-1])
|