Over print by hallvabo

p=''
while 1:s=''.join((a,b)[a<'!'<b]for a,b in map(None,raw_input(),p));print s;p=s

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

download

return to the top page