solutions: 688B
This commit is contained in:
parent
08a50a8d87
commit
3c0bbb7e52
1 changed files with 3 additions and 0 deletions
3
solutions/python/688B.py
Normal file
3
solutions/python/688B.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
n = input()
|
||||
|
||||
print(n+n[::-1])
|
Loading…
Reference in a new issue