Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
AngelRaposo solution in Speedy category for Transposed Matrix by AngelRaposo
# migrated from python 2.7
def checkio(data):
return list(zip(*data))
#These "asserts" using only for self-checking and not necessary for auto-testing
May 14, 2014