how to loop through arrays backwards in python code example Example: loop through list backwards python for item in my_list[::-1]: print item