Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 74)
74.
What is the purpose of the NumPy function numpy.flip(arr, axis=1)?
Flips the array vertically.
Flips the array horizontally.
Flips the array along both axes.
Transposes the array.
Answer: Option
Explanation:
The numpy.flip() function flips the array horizontally 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.