Reverse-String-in-Python Here I have used 3 kinds of methods to reverse a user input string using Python codes. Here the 3 methods used are: Using Extended Slicing Method Using For Loop Method Using Reversed Function