python histogram one liners code example Example: python histogram one liners from collections import Counter histogram = Counter("abracadabra")