align by common substring by recursive

a=""
while 1:a=max(map(raw_input(a).rjust,range(199)),key=lambda c:sum(x==y for x,y in zip(a,c)))+"\n"

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

download

return to the top page