First solution in Creative category for Transposed Matrix by mplichta
def checkio(data): return list(map(list, zip(*data)))
Oct. 9, 2017