mix lines by webmaster@example.com

import sys
print''.join(z for y in zip(*[x+' '*13for x in sys.stdin])for z in y if' '<z)

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

download

return to the top page