teste = ['audi', 'subaru', 'fiat', 'ford']teste.reverse()print(teste) #https://pt.stackoverflow.com/q/328919/101
Standard input is empty
['ford', 'fiat', 'subaru', 'audi']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!