mix lines by tobiesque

f="".join
l=[]
try:
\x09while 1:l+=[list(raw_input())+[""]*99]
except:print f(map(f,zip(*l)))

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

download

return to the top page