mix lines by webmater@example.com

import sys
print''.join(map(''.join,zip(*[list(x[:-1])+['']*13 for x in sys.stdin])))

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

download

return to the top page