Interleaving Lists & Word Frequency Reader in Python

##Course Take Home #1 - ICOM4036

###Assignment problems:

  1. Write a program that counts the frequencies of each word in a text file.

  2. Write a program that implements 2 functions of 2 list parameters each , one function returns a list containing all the interleavings of the 2 lists in the parameters, while the other returns the parallel interleaving.