this is what is needed to be accomplished -> Using the FakeText.txt ,write a script that opens the file and reads all of the lines. As each line is read in, split it into words and send each word to subroutines that will calculate the mean, median, and standard deviation for the lengths of those words. Print the total mean, median, and standard deviation to the screen after the entire file has been processed