Bitwise Sequence by hallvabo

x=0
exec"s=[x>>7-i&1for i in range(8)];x-=1\nif~x/256==sum(s):print`s`[1::3]\n"*3000

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

download

return to the top page