Numbers Cap by mitchs

i=9;n=1
while i:i-=1;print(' '*i+str(n*n));n=10*n+1

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

download

return to the top page