Fill in the blanks by Hendrik

import sys
f=raw_input()
print sys.stdin.read().replace("_","%s")%tuple(f)

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

download

return to the top page