First solution in Clear category for Transposed Matrix by tom-tom
def checkio(data): return list(zip(*data))
March 28, 2017
Comments: