Olá!
Estou tentando executar as linhas alinhadas (lista[1][-1][1]) no Python porém recebo o seguinte erro:
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
<ipython-input-114-6815a230670a> in <module>()
----> 1 carros[2][-1]
IndexError: tuple index out of range
Alguma ajuda?