demo_howto_reverse_string.py:
txt = "Hello World"[::-1] print(txt)
➜ begtut>python demo_howto_reverse_string.py
dlroW olleH