list, map, zip solution in Clear category for Transposed Matrix by Olpag
checkio = lambda data: list(map(list,zip(*data)))
Aug. 28, 2019
Comments: