the function below takes two parameters: a list of strings (str list) and an string (substr). complete the function to return a count of how many of the strings in the list have substr as a substring. all of the strings will be lower case, so you don't need to worry about case for this question.