transpose = [ list (row) for row in six.moves.zip_longest( * list_list, fillvalue = '-' )]. print (transpose). [[1, 4, 7], [2, 5, 8], [3, 6, 9]]. Example-3.
確定! 回上一頁