Python 实现【相对开音节】 def is_consonant(c):return c.isalpha and c not in {'a', 'e', 'i', 'o', 'u'}def count_open_syllables(word):count = 0n = len(word)fo python word len 子串 开音节 2025-04-10 11:58 1