python学习笔记三:面向对象
文章目录定义一个类updating 定义一个类 class Person: '''这是文档字符串''' phone = None #这是类变量 def __init__(self, name, age =...
Free Open Share