Loop Array di Python Reverse
for x in reversed(whatever):
do_something()
sammiie
for x in reversed(whatever):
do_something()