会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
析木瑶光
悟已往之不谏,知来者之可追
首页
联系
订阅
管理
2023年8月16日
20230816python学习日志
摘要: - 在初始化属性中的类 ```python #person_class.py class Person: population = 0 #初始化属性,用于计数 def __init__(self, myAge): self.age = myAge Person.population += 1 #计数
阅读全文
posted @ 2023-08-16 23:06 析木瑶光
阅读(26)
评论(0)
推荐(0)