Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 21)
21.
What is the purpose of the numpy.concatenate() function in NumPy?
Concatenates two Python lists.
Combines two NumPy arrays along a specified axis.
Merges two dictionaries.
Joins two strings.
Answer: Option
Explanation:
The numpy.concatenate() function in NumPy is used to concatenate two arrays along a specified axis.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.