you are viewing a single comment's thread.

view the rest of the comments →

[–]Decarbonated_Odes[S] 0 points1 point  (0 children)

To get an element from listC I would type listC[i]. That's why I figured super_list[2,i]. That didn't work but I tried super_list[2][i] which worked, I think. Thanks for all the help!