Shortest solution in Clear category for Transposed Matrix by mistnarwhal
checkio = lambda d: list(map(list,zip(*d)))
Oct. 15, 2015