hex table by twobit

print("%x"*16+"\n")*16%tuple(x/16*x%16for x 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