Write a Python Program to Transpose a Matrix? code example Example: transpose matrix python arr = list(list(x) for x in zip(*arr))