Do it BLACK ANOTHER by twobit

y=0
while 1:
 for x in map(raw_input().count,"-_"):
\x09if x:y+=x;print y

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

download

return to the top page