I believe this returns the correct answer
    data2 = data
    data2 = [[row[i] for row in data] for i in range(len(data[1]))]
URL from: http://www.checkio.org/mission/matrix-transpose/solve/
HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36
Created at: Feb. 27, 2014, 8:17 p.m.; Updated at: Feb. 27, 2014, 8:51 p.m.