The Golden Ratio by SeeNoEvil

a=b=1;l=10**499
while a<l:a,b=b,a+b
print"1.%s"%(a*l/b)

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

download

return to the top page