a = ['a', 'b', '4', '5', 'd'] #reverse the List for i in reversed(a):     print(i)

Read more of this post