SyntaxFix
Write A Post
Hire A Developer
Questions
The number of rows of a list of lists would be: len(A) and the number of columns len(A[0]) given that all rows have the same number of columns, i.e. all lists in each index are of the same size.
len(A)
len(A[0])