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