Similarity Expansion by hallvabo (no import)

r='.'
while 1:s=raw_input();t=s.strip(' ".');f=s.find;r=r[:f(t)]+t+r[f(' ',-6):];print r

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

download

return to the top page