Diamond Matrix by cornchz

n=input()
for i in range(1-n,n):i=abs(i);print' '*i+str((10**(n-i)/9)**2)

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

download

return to the top page