Length of 2d array in python is numbers of rows present in it. Use len(arr) function to get the length of array, and len(arr[0]) to get number of columns.
確定! 回上一頁