📜  列表形状python代码示例

📅  最后修改于: 2022-03-11 14:45:37.567000             🧑  作者: Mango

代码示例1
#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