Discuss / Python / 在最后面添加一句即可

在最后面添加一句即可

Topic source

FOREVER_574

#1 Created at ... [Delete] [Delete and Lock User]

class Student(object): count = 0

def __init__(self, name):
    self.name = name
    Student.count += 1

  • 1

Reply