Digit Swap

This commit is contained in:
2023-06-23 21:53:12 +02:00
parent e3f5635229
commit 983cca1f55
+1
View File
@@ -0,0 +1 @@
print(input().strip()[::-1])