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???
Impara in modo più efficiente, gratuitamente:
Introduzione a Python
7,1M studenti
Introduzione a Java
4,7M studenti
Introduzione a C
1,5M studenti
Introduzione a HTML
7,5M studenti