Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 97)
97.
What is the purpose of the NumPy function numpy.flipud(arr)?
Flip array vertically.
Flip array horizontally.
Rotate array 90 degrees clockwise.
Transpose the array.
Answer: Option
Explanation:
The numpy.flipud() function flips the array vertically.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.