teste = ['audi', 'subaru', 'fiat', 'ford']
teste.reverse()
print(teste)

#https://pt.stackoverflow.com/q/328919/101