Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 37)
37.
What does the NumPy function numpy.concatenate((arr1, arr2), axis=0) do?
Joins the arrays along the specified axis.
Adds the arrays element-wise.
Multiplies the arrays element-wise.
Computes the cross product of the arrays.
Answer: Option
Explanation:
The numpy.concatenate() function joins the arrays along the specified axis.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.