Report Bug
Qus : What is a correct method to join two or more arrays?
Qus दो या दो से अधिक सरणियों में शामिल होने का सही तरीका क्या है?

A. np.concatenate()
B. np.join()
C. np.array_join()
D. np.join_array()


Solution
A. np.concatenate()






Report Bug