Multiplication tables: Difference between revisions

m
(→‎{{header|Python}}: Compositional variant, separating assembly from render)
Line 3,835:
mx = xs[-1]
colW = 1 + len(str(mx[1][-1]))
tab = ' ' * (colW)
padIndex = justifyRight(1 + len(str(fst(mx))))(' ')
padCol = justifyRight(colW)(' ')
9,659

edits