Exactly! listlist[1] is the second element, which is l2. Adding [0] to it shows the element in l2 with the index 0 .
listlist[1]
l2
[0]
0
Might it be that we have to put the brackets next to each other?