fork download
  1. # http://c...content-available-to-author-only...e.com/a/59750/34718
  2.  
  3. f=lambda s:reduce(lambda x,y:x+y[y in x:],s)
  4. print f("Type unique chars!")
Success #stdin #stdout 0.01s 9016KB
stdin
Standard input is empty
stdout
Type uniqchars!