Fibonacci Spiral by hallvabo (alt)

a=[];s='0';i=x=y=1
exec"s+=str(x);x,y=y,x+y;"*73+"s=s[:240]+s[241:]"+";i+=1;a=zip(*a)[::-1]+[s[i/2-1::-1]];s=s[i/2:]"*47
for e in a:print' '.join(e)

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page