def getPerson(text): searchList = text.split() for i in range(0, len(searchList)): if i + 2 <= len(searchList) - 1 and searchList[i].lower() == \'who\' and s