ASCII Table by xulapp

print((('%c '*15+'%c\n')*8)%tuple(range(128)))[64:-2]

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

download

return to the top page