Hello guys,
Your task is to make code which can read the text file: chats.txt.IT contains the chats of people. You have to find the name of person who speak most unique words.

Also print the count of unique words.
Note: This is a sample chats.txt file. Suppose the text file may contain infinite chats. So code should able to handle that.


Best of luck!
