Loop Array di Python Reverse

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