I support to write a function wordcount() that takes the name of a text file as input and prints the number of occurrences of every word in the file. And also t
wordcount()