how to loop through a string backwards python code example Example: python for loop backwards for i in range(len(item)-1, -1, -1): print(item[i])