讓我使用這個numpy hstack 函數來連接二維數組。 import numpy as np a = np.array(np.random.randint(0, 10, size = (3, 3))) ...
確定! 回上一頁