多项选择题
A.np.ones((3,3))B.np.random.random([3,3,3])C.np.zeros((3,3))D.np.arange(0,9).reshape(3,3)
A.ndimB.shapeC.sizeD.add
A.x>5B.x;x>5C.x(x>5)D.x[x>5]