strikethrough_H_H_H_H_H_H_H_H_H_H_H_H_Hbackspace converter FIXED by hallvabo

import os,re
print re.sub(r'<(del|s|st.*)>(.*?)</\1>',lambda x:x.group(2)+len(x.group(2))*'^H',os.read(0,1e5))

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

download

return to the top page