Implement the recursive function stringCounter . This function…

Question Answered step-by-step Implement the recursive function stringCounter . This function… Implement the recursive function stringCounter. This function takes in two parameters, lst and char lst – a list of various objects in Python (list can have nested lists) char – a single letter This function should then recursively find each instance of char found in strings in the list and return the total count of these instances.Expected Output:   Computer Science Engineering & Technology Python Programming CSC 242 Share QuestionEmailCopy link Comments (0)