Blog

What is the output of the code below?

list = [“a”, “b”, “c”, [1, 2, 4, 5, [“d”, “e”]]]

list[3][4][1]