uniq words by hallvabo

s=[]
while 1:
 for e in raw_input().split():
\x09if(e in s)-1:print e;s+=e,

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

download

return to the top page