源代码
class Person: name = "Bill" age = 63 p1 = Person() print(p1.name)
运行结果