Multiplication Table by hallvabo

n=11;exec(',\nn+=1;print"%3d"%(n/12*(n%12+1))'*12)[1:]*12

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page