петля через массив Python назад
for item in my_list[::-1]:
print item
pi junky
for item in my_list[::-1]:
print item