LASTDIGIT2 by recursive

a="592259"
print"\n".join(["65334",a+"59225374773"*2+a,"5374773592"*2][id(0)%3])

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

download

return to the top page