Twin primes by Mark Byers

s=_=q=1
exec"q+=2\nif s%_*s%q:print`_`+','+`q`\ns*=_*_;_+=2;"*999

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

download

return to the top page