QUESTION

Text
Image

python please make it as easy as possible. 5 star rating.
\# PROBLEM 7. Call litcricFriend() four times to find the frequency \# of the indefinite articles ' $a$ ' and 'an' and the definite article \# 'the' in the two poems above. Print out the value returned by \# each function call, identifying what it is. For example, it might say $\# \gg$ bellsAAnFrequency 0.07265587064676617 . \# (That is a made-up number.) Each function call takes one line. \# PROBLEM 8. Do the results show that Poe and Neruda use ' $a$ ' and 'an' \# differently? Do the results show that Poe and Neruda use 'the' \# differently?

Public Answer

L0YHYJ The First Answerer