Phillipsk8744go Phillipsk8744go Computers and Technology Answered 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.