numpy中數據拼接的方法

a = np.floor(20 * np.random.random((2,2))) b = np.floor(20 * np.random.random((2,2))) c = np.floor(20 * np.random.random((2,2))) print(a) print(b) print(c) [[ 8. 2.] [16. 15.]]dom [[ 7. 0.] [10. 12.]]
相關文章
相關標籤/搜索