demo_howto_reverse_string.py:
txt = "Hello World"[::-1] print(txt)
C:\Users\My Name>python demo_howto_reverse_string.py
dlroW olleH