Churn Emails – Count Number Domain
Write a function count_message_from_domain which reads the file /cxldata/datasets/project/mbox-short.txt. This function builds a histogram using a dictionary to count how many messages have come from each domain(Instead of from email address), and returns the dictionary. If your logic is correct then your function should return below dictionary Ans: