Up and Down by MarkByers

import os
for l in zip(*os.sys.stdin):os.write(1,chr(ord(l[0])+sum(map(' +'.find,l[1:]))))

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

download

return to the top page