python from readability import Readability r = Readability(text) difficulty = r.flesch_kincaid().grade_levels word_count = r.word_count()