lista = [1, 2, 3, 4, 5] lista.reverse() print(lista) # Saída: [5, 4, 3, 2, 1]