Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 30)
30.
What is the purpose of the NumPy function numpy.flip(arr, axis=None)?
Rotates the array elements.
Reverses the order of elements along a specified axis.
Shifts the elements to the left.
Computes the cumulative sum of array elements.
Answer: Option
Explanation:
The numpy.flip() function reverses the order of elements 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.