mix lines by showyou

import sys;L=sys.stdin.read().split();print "".join([M[j] for j in range(20) for M in L if len(M)>j])

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

download

return to the top page