def split(string: str, separator: str = " ") -> list: split_words = [] last_index = 0
京公网安备 11010502049817号