Multiplication table by leonid

r=range(id(2)%23)
for i in r:print''.join('%-4d'%max(i*j,i,j)for j in r).strip()

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

download

return to the top page