Listiterator can traverse a list in the reverse code example Example: python iterate list reverse for item in my_list[::-1]: print item