Posts by Luiz • 41 points
1 post
-
4
votes3
answers756
viewsQ: Get larger number of items in a Python list array
I have a Python array composed of arrays. But these arrays can have different sizes. For example: matriz = [[1,2,3],[4,5,6,7],[1,2,3,4,5,6]] What I want to know is if there is a medium (some python…