python Complete the solution so that it reverses the string value passed into it. code example Example: reverse string in python 'hello world'[::-1] 'dlrow olleh'