Discuss / Python / Python是我接触的第一门语言,坚持!

Python是我接触的第一门语言,坚持!

Topic source

不会潘岩

#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