Question: Answer the following question It is in python Fill in the blank in the following program such that it prints out 5. indexes = [_____]
Answer the following question
It is in python
Fill in the blank in the following program such that it prints out 5.
indexes = [_____]
mega_list = [[[1]], [[2, 3, 4, 5, 6], [7, 8]], [[9], [], [10, 11]]]
print(mega_list[indexes[0]][indexes[1]][indexes[2]])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
