Please Answer This Question Using Python Numpy 1 (30.26 KiB) Viewed 11 times
QUESTION 2 What will the following code create? array1 = np.array([[1,2], array2 = np.array([[5,6], array3 = np.concatenate([array¹, array2], axis=0) O A. an 1X8 array B. a vector O C. a 2X4 array O D. a 4X2 array [³,4]]) [7,8]])
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!