Search
❯
Sep 17, 20251 min read
M[i,j] used to access 2d lists.
M[i,j]
M = [[1,2,3],[4,5,6]] M[1,1] // will be 1