Question: Given a list of strings named listOfStrings , write a function that returns thenumber of characters in all of the strings in the list. For
Given a list of strings named listOfStrings, write a function that returns thenumber of characters in all of the strings in the list. For example, given
listOfStrings = ["Luke Skywalker", "Leia Organa", "Han Solo", "R2-D2"]
Your code should return the number
38
Use the following function header
def countListCharacters(listOfStrings)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
