Loop -Array in Python Reverse

for x in reversed(whatever):
    do_something()
sammiie