- 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]

10th Nov 2018, 7:11 PM
Deep
Deep - avatar
2 Réponses
0
C list[2][2][1]
10th Nov 2018, 8:32 PM
Roneel
Roneel - avatar
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
10th Nov 2018, 8:34 PM
Roneel
Roneel - avatar