5 lines
64 B
Text
5 lines
64 B
Text
|
|
a = [[1,2,3],
|
||
|
|
[4,5,6],
|
||
|
|
[7,8,9]]
|
||
|
|
joinln[a.transpose[]]
|