M[i,j] used to access 2d lists.

M = [[1,2,3],[4,5,6]]
M[1,1] // will be 1