Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using a given list of words such as ['good', 'bad', 'ugly', 'wonderful', 'dreadful'], write a Python function that takes the list and prints out a
Using a given list of words such as ['good', 'bad', 'ugly', 'wonderful', 'dreadful'], write a Python function that takes the list and prints out a sentence like this:
There are 5 words and they are: good, bad, ugly, wonderful, and dreadful. The longest word is wonderful.
For an input like ['haha'], the printout will look like this:
There is only 1 word and it is haha.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started