Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

code to find the shape of the 2d list in python

from numpy import array
l = [[2, 3], [4, 2], [3, 2]]
a = array(l)
print a.shape
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #code #find #shape #list #python
ADD COMMENT
Topic
Name
7+9 =