Write a python program to get transpose of a matrices by Numpy module code example Example: transpose matrix python arr = list(list(x) for x in zip(*arr))