Similarity Expansion by Puzzlet Chung

import re
while 1:x=re.sub(' *" *',lambda m:x[m.start():[m.end(),len(x)][m.start()>0]],raw_input());print x

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

download

return to the top page