kingdelee 的个人博客 / 0 / 0 / 创建于 5年前
class Person: def __init__(self,name,age): self.__name=name self.__age=age def __str__(self): return '姓名:%s 年龄:%d' %(self.__name,self.__age) people=[Person('范冰冰',37),Person('柳岩',36),Person('王菲',47)]
本作品采用《CC 协议》,转载必须注明作者和本文链接
我要举报该,理由是: