plus equals OR by hallvabo

R=range(128)
for i in R:
 for j in R:
\x09if i&j<1:print i,"%u:%u"%(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