Question: 1f) Percent Difficult Words Using dale_chall_words, define a function percent_difficult_words that given a text input will calculate the percent difficult words, using the following approach:
1f) Percent Difficult Words
Using dale_chall_words, define a function percent_difficult_words that given a text input will calculate the percent difficult words, using the following approach: Return the percent of words in a given text input that are not in dale_chall_words['easy_words'].
Note that a "word" is defined by being separated from other text by a space.
The programming language is python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
