paip.python3 的类使用跟python2 的不同之处

时间:2014-04-28 10:24:40   收藏:0   阅读:284
paip.python3 的类使用跟python2 的不同之处


#------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)

python2.x 好像要需要self了,,,3.x不需要.要是有还错误..

作者 老哇的爪子 Attilax 艾龙,  EMAIL:1466519819@qq.com
转载请注明来源: http://blog.csdn.net/attilax

#----java php的都要new 了..python的不要...

paip.python3 的类使用跟python2 的不同之处,码迷,mamicode.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!