(ノ`´)ノミ┻┻ solution in 3rd party category for Transposed Matrix by vmiimu
import numpy as np checkio = lambda m: np.array(m).T.tolist()
Jan. 24, 2019