Output is the array of given shape. Example without dimension. import numpy as np my_data=np.random.rand() print(my_data) # 0.6601852461443163 ...
確定! 回上一頁