hex table by clock

print("%x"*16+"\n")*16%tuple(i/16*i%16for i in range(256))

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

download

return to the top page