“2º para o último índice python” Respostas de código

2º para o último índice python

# python code to get 2nd to last item in a list
my_list = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
print(my_list[-2])
the real Professor Poopypants

2º para o último índice python


lst[-2]

Silly Skipper

Respostas semelhantes a “2º para o último índice python”

Perguntas semelhantes a “2º para o último índice python”

Mais respostas relacionadas para “2º para o último índice python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código