'Calculate the transpose of a list python without using numpy [duplicate]

How to calculate the transpose of this without using numpy:

t = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source