1 2 32 4 512 by test

for i in range(1,101):
 e=0
 while not`2**e`.startswith(`i`):e+=1
 print 2**e

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

download

return to the top page