python
1.类的定义
class Student(object):
pass
Student 是类名— 通常大写开头
object 是表示继承的类,如果没有,一般使用 object