# String **Reversing a python string** ```py myString = 'This is my python string' print(myString[::-1]) // gnirts nohtyp ym si sihT ```