Fill in the blanks by twobit

j="".join
a=j(open("../fd/0"))
print"T"+j(map(j,zip(a,a.split("_")[1:])))

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

download

return to the top page