for i in range(len(collection)-1, -1, -1): print collection[i] # print(collection[i]) for python 3. +