plus equals OR by leonid

r=range(128)
for a in r:
 for b in r:
\x09if a&b<1:print a,`b`+':'+`a+b`

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

download

return to the top page