Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 55)
55.
What does the NumPy function numpy.flip(arr, axis=1) do?
Flips the array vertically.
Flips the array horizontally.
Flips the array along both axes.
Flips the array along the specified axis.
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.