Computer Science, asked by rajibghoah9720, 2 months ago

L1=[1,2,3,45,[3,4,5,6,6,[89,45,23,[90,100,200]]]]
print 200

Answers

Answered by jai696
5

\large\mathsf\color{pink}{Solution\: using\: python\: 3}

print(L1[4][5][3][2])

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions