import numpy as np a = np.array([[1, 2], [3, 4]], dtype = float) #建立一個2*2的array,裡面元素型態為float print ('the element at 1st row and 1st column = ' ...
確定! 回上一頁