Question: String Method compute aveage length of words Write a function called compute average length of words. Given two words, compute average length of words' retums

String Method compute aveage length of words Write a function called "compute average length of words". Given two words, "compute average length of words' retums the average of their lengths. output = compute, average length of words ( 'code', 'programs') print (output) # --> 6 PYTHON3.6 1 2 3 def compute_average_length_of_words (word, word2): # your code here pass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
