happy number by kt3k

k=0
exec"k+=1;i=k;exec'i=sum(int(j)**2for j in str(i));'*9\nif i<2:print k\n"*2000

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

download

return to the top page