Grouping by Matthew Wilkes

while 1:l=raw_input().split();print"".join(map(str,sorted([l.count(_)for _ in set(l)],reverse=1)))

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

download

return to the top page