list = [1,1,2,3,5,8,13] print(list[list[4]]) result - 8, if list[5] its - result 5 (not 8)in python i write second LIST and i get result 8 .How???
Aprenda de maneira mais eficiente, de graça:
Introdução ao Python
7.1M de alunos
Introdução ao Java
4.7M de alunos
Introdução ao C
1.5M alunos
Introdução ao HTML
7.5M alunos