python_howto_reverse_string_1.py:
x
 
txt = "Hello World"[::-1]
print(txt)