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???
Effizienter lernen, kostenlos:
Einführung in Python
7.1M Lernende
Einführung in Java
4.7M Lernende
Einführung in C
1.5M Lernende
Einführung in HTML
7.5M Lernende