Posts by Christian • 11 points
1 post
-
-1
votes6
answers41177
viewsA: How to find the position of an item on a list?
Simple as that... print('Posição: {}'.format(NumerosNaLista.index(MenorValor))
1 post
-1
votes6
answers41177
viewsSimple as that... print('Posição: {}'.format(NumerosNaLista.index(MenorValor))