plus equals OR by clock

for n in range(2**14):
 a=n>>7;b=n%128
 if 1>a&b:print a,"%d:%d"%(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