Posts by Thiago Freire de Oliveira • 1 point
1 post
-
0
votes5
answers3780
viewsA: I want to know how many rows and columns an array has in Python?
There’s actually another way: Matriz1 = [[1,2,3,4],[2,4,6,16],[4,8,12,45],[10,20,30,67],[1,2,3,67]] Matriz2 = [[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2],[1,2]] Matriz3 =…