Matrix transposition: Difference between revisions

m
m (→‎{{header|Python}}: Adjusted one bound name for clarity)
Line 2,870:
h, *t = xss
return (
[[h[0]] + [xxs[0] for xxs in t if xxs]] + (
go([h[1:]] + [xs[1:] for xs in t])
)
9,655

edits