how to get a string backwards in pyton code example Example: reverse string in python 'hello world'[::-1] 'dlrow olleh'