asunder by kt3k

exec"a=''"+"+raw_input()"*8
for c in sorted(set(a)):print'%c:%3d'%(c,a.count(c))

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

download

return to the top page