tutorial.eyehunts.com
How to reverse a string in Python using for loop | Example code
Python string library doesn't have the in-built reverse() function. But Using for loop or while loop you can reverse a string in Python.
Rohit