🌈 搜索
📅  最后修改于: 2022-03-11 14:45:37.567000             🧑  作者: Mango
#consider as a example import numpy as np l=[[1,2,3],[3,4,5]] print(np.shape(l)) #this will give the shape of list