plus equals OR by Hendrik

for j in range(16384):
 i=j>>7;j%=128
 if i&j<1:print i,`j`+':'+`i+j`

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

download

return to the top page