Posts by LUCIANA SOUZA • 11 points
1 post
-
1
votes5
answers3780
viewsQ: I want to know how many rows and columns an array has in Python?
I am trying to develop an exercise that requires the creation of a function that when it receives as a parameter an array, it returns the number of row and column that this matrix has. I’m trying to…