- 1
Answer this question :
How can you access the element '5' from this list = [0 ,[ 6,3], [4, 6, [7, 5] ] ] * A. return list[1][2] B. return list[len(list)-1][1] C. return list [2][len(list[2])-1][1] D. list[2][2][2]
2 Réponses
0
C
list[2][2][1]
0
Don't post challenges here. You should post them in your feed.
This Q&A section is only for coding related questions.
https://www.sololearn.com/discuss/1316935/?ref=app