👤

write a function named wordcount that reads words from a text file whose name is passed as a parameter to the function, and counts the frequency of each acceptable word. the function should return a list of tuples of word and frequency count.

Answer :

Go Teaching: Other Questions