print(school[300][2]). The data am trying to print has an index number 2. How does the [300] before the index number come about ?. I saw the difference in the output when I printed it with and without the [300] but I didn’t really get the logic. I need urgent explanation please. Thanks.