inverse lis tpyhon
array=[0,10,20,40]
reversed(array)
# or
array[::-1]
Awful Ant
array=[0,10,20,40]
reversed(array)
# or
array[::-1]