DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
7+9 =
Submit