from numpy import *

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

 

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