I have a small Python script that calculates the top 10 most frequent words, 10 ... the 10 most infrequent words printing fine, however when I attempt to print the .... After the count of each word, we can also count the top occurring frequent words( suppose top 10 or 2. Modules and Library functions used: Getting most .... ... open('text.txt' as f: text = f.read().lower() words = re.findall(r'\w+', text) print(​Counter(words).most_common(4)) ... This will show the 4 most commo