Using super and sub classes and passing information between the two in python

后端 未结 0 553
忘掉有多难
忘掉有多难 2020-12-03 07:17
class Person:
    def __init__(self, familyName, firstName, age):
        self.familyName = familyName
        self.firstName = firstName
        self.age = age

            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题