#------python3的写法而且使用..
#class syllable(BaseClassA, BaseClassB):
class syllable():
i = 123 # 类成员
##todox selft.xxx is err,tips selef is not def
consonant=""
vowel=""
csnt=""
# vowel=""
# x=new sylll() is err .not support new programm..
x= syllable()
x.vowel="tt"
print(x.vowel)