zip() solution in Clear category for Transposed Matrix by Leonix
def checkio(data): return list(zip(*data))
Aug. 5, 2015