Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Speedy category for Transposed Matrix by michael.kej
# migrated from python 2.7
def checkio(data): return list(zip(*data))
Sept. 21, 2014
Comments: