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???
Learn more efficiently, for free:
Introduction to Python
7.1M learners
Introduction to Java
4.7M learners
Introduction to C
1.5M learners
Introduction to HTML
7.5M learners