Question: Please program the in the programming language: Python 3 http://greenteapress.com/thinkpython2/code/words.txt Above is the link to words.txt Please do not use any complicated solutions. Due Monday
Please program the in the programming language: Python 3

http://greenteapress.com/thinkpython2/code/words.txt Above is the link to words.txt Please do not use any complicated solutions.
Due Monday by 11:59pm Points 100 Submitting a text entry box Create a program that reads words.txt (link near top of our home page) in order to: . Determine the length of the longest word(s) and output that length plus the first word of this length found. .Determine the length of the shortest word(s) and output that length plus the first word of this length found Determine and output the average length of all the words in the list. You should strip white space from each word before using its length in your calculations. My solution's output is: The longest words are 21 characters; an example is counterdemonstrations The shortest words are 2 characters; an example is ad The average word length is 7.933511489466738 To submit: Copy/paste indentation-intact code and output. (All the input is coming from a fle this time.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
