Posts by João F • 13 points
1 post
-
-2
votes1
answer46
viewsQ: i am not managing to inherit the client class with one of the two
i create a client that will be Pfísica as I do for class Pfisica inherit from class client. class Cliente: def __init__(self,*lista,**D): self.codigo = D.pop('cod','--') self.nome = D.pop('n','--')…