Factorial1000 by Exelian

a,x=1,1000\x0d
while x:a*=x;x-=1\x0d
print a

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

download

return to the top page