solutions: 688B

This commit is contained in:
Muhammad Nauman Raza 2025-01-29 12:36:50 +00:00
parent 08a50a8d87
commit 3c0bbb7e52
Signed by: devraza
GPG key ID: 91EAD6081011574B

3
solutions/python/688B.py Normal file
View file

@ -0,0 +1,3 @@
n = input()
print(n+n[::-1])