how to get loop index to go backwards python code example Example: python for loop backwards for i in range(len(item)-1, -1, -1): print(item[i])