demo_howto_reverse_string2.py:
def my_function(x): return x[::-1] mytxt = my_function("I wonder how this text looks like backwards") print(mytxt)
C:\Users\My Name>python demo_howto_reverse_string2.py
sdrawkcab ekil skool txet siht woh rednow I