anyview
from numpy import *

c=zeros((4,5))
print c.shape

 

print numpy.random.random((2,3))

 

分类:

技术点:

相关文章: