为了账号安全,请及时绑定邮箱和手机立即绑定

python进阶4-7 需要输出attributeerror 不成功

python进阶4-7 需要输出attributeerror 不成功

weibo_雷神伤感_0 2016-05-23 09:39:58
attribclass Person(object):     __count = 0     def __init__(self, name):         Person.__count = Person.__count + 1         self.name = name         print Person.__count p1 = Person('Bob') p2 = Person('Alice') print Person.__countuteerror
查看完整描述

1 回答

?
清波

TA贡献165条经验 获得超90个赞

Python 在 class 中, 用 __argname (双下划线开头的变量) 表示私有变量, 在class 的外部 直接调用这个变量 就会报

AttributeError.

查看完整回答
反对 回复 2016-05-23
  • 1 回答
  • 0 关注
  • 1449 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信