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的不要...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值