diff --git a/solutions/python/688B.py b/solutions/python/688B.py new file mode 100644 index 0000000..4fbd892 --- /dev/null +++ b/solutions/python/688B.py @@ -0,0 +1,3 @@ +n = input() + +print(n+n[::-1])