The assignment is to create a program that analyzes a text file, 'mytext.txt', and produces various statistics such as the number of words, sentences, vocabulary, lexical richness, word length frequency information, Flesch index, and grade level. The program should also ask the user for a specific word and generate its concordance. The output files will be 'stats.txt' and 'dictionary.csv'. The program must be written in Python 3.4.1 and submitted through Canvas.