fork(2) download
  1. def g(u):import re;q=re.findall(r"\b['\-\w]+\b",u.lower());Q=q.count;D=list(map(Q,set(q)));return['',max(q,key=Q)][1in map(D.count,D)]
  2. print(g(input()))
Success #stdin #stdout 0.02s 9984KB
stdin
"That's... that's... that is just terrible!" he said.
stdout
that's