Question: Implement function q1(listOfStrings1, listOfStrings2) that takes two lists of strings as input and returns a list of indices, in increasing order, representing the positions at
Implement function q1(listOfStrings1, listOfStrings2) that takes two lists of strings as input and returns a list of indices, in increasing order, representing the positions at which the two lists have equal-length strings. That is, index i should be in the returned list if the ith strings in the two lists are the same length.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
