uniq words by Erik the Outgolfer

x=open(0).read().split()
0in map(print,sorted(set(x),key=x.index))

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

download

return to the top page