Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 25)
25.
What does the numpy.transpose() function do?
Flips the array vertically.
Swaps the axes of the array.
Rotates the array 90 degrees.
Converts the array to a transposed form.
Answer: Option
Explanation:
The numpy.transpose() function swaps the axes of the array.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.