retornar a maior lista python code example Example: maior valor lista python lista = [13, 7, 5, 4, 6, 19, 6] maior = max(lista) menor = min(lista)