The Golden Ratio by kt3k

a=b=10**499
exec"a+=b;a=b*b/a;"*1500
print'1.%s'%a

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

download

return to the top page