42 by jvhrgb (silly)

import time;s="The answer to ";a=[s[:7]+s[8:]+"life.",s+"universe.",s+"everything."];print a[int(time.time())%3]
for i in range(6000000):i=0

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

download

return to the top page