128 bits by SeeNoEvil (haha)

p=128
o=""
while p:
 p-=1;o+=2**p&0x9F911029D74E35BD84156C5635688C0 and"1"or"0"
 if p%8<1:o+=" "
print o

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

download

return to the top page