print (sams_score) #Code Stop
I don’t understand with that two dimensional list with that “sams_score = class_name_test[2][1]”. I know that 2 stands for but that 1 confuses one. Can anyone help me with it?
Thanks.
It’s called a 2-D list (as in two-dimensional) because it has both a vertical axis and a horizontal axis. The first subscript selects the row (in the vertical), the second subscript selects the item in that row.