def get_word_pattern(word: str) -> str: word = word.upper() next_num = 0 letter_nums = { } word_pattern
京公网安备 11010502049817号