首页 > 代码库 > paip.python3 的类使用跟python2 的不同之处
paip.python3 的类使用跟python2 的不同之处
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的不要...
#------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的不要...
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。