Multiplication tables: Difference between revisions

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