Bigger power of two by hallvabo (recursion)

f=lambda y:x/y and f(y*2)or y
while 1:x=input();print f(1)

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

download

return to the top page