Python 3, 20 bytes print(input()[::-1]) Try it online!
posted 3y ago by Wasif
# [Python 3], 20 bytes <!-- language-all: lang-python --> print(input()[::-1]) [Try it online!][TIO-kmzs7y7f] [Python 3]: https://docs.python.org/3/ [TIO-kmzs7y7f]: https://tio.run/##K6gsycjPM/7/v6AoM69EIzOvoLREQzPaykrXMFbz///EpOSU1DQA "Python 3 – Try It Online"