Up and Down by hirose

#############
import os
for l in zip(*os.sys.stdin):L=`l`.count;os.write(1,chr(ord(l[0])-L("-")+L("+")))

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

download

return to the top page