0
How output of this code is 8. Please help me
list = [1,1,2,3,5,8,13] print(list[list[4]])
4 Answers
+ 1
You can check it yourself by clicking on the code section and clicking 'new code' and choosing Python and pasting it and running itđ
+ 1
add code too, print list[4] seperately and see what you get
0
NEZ I HAD TRIED BUT I CAN'T GET HOW 8 IS OUTPUT THAT'S Y I ASKED HERE