Find the length of 2d array in Python · array = [[ 100 , 200 , 300 ], [ 400 , 500 , 600 ]]. #get the number of rows. rows = len(array) · Length is 2. Number of ...
確定! 回上一頁