4 lines
28 B
Python
4 lines
28 B
Python
|
s = input()
|
||
|
|
||
|
print(s[::-1])
|