1 2 32 4 512 by carl

for i in range(1,101):
 s=1
 while`s`.find(`i`):s*=2
 print s

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

download

return to the top page