The method len() returns the number of elements in the list. ... This only works for a flat, one dimensional list or array, but print len([[0, 0], [0, 0]]) comes ...
確定! 回上一頁