🌈 搜索
📅  最后修改于: 2022-03-11 14:46:23.431000             🧑  作者: Mango
from numpy import array l = [[2, 3], [4, 2], [3, 2]] a = array(l) print a.shape