Posts by sixpablo • 3 points
1 post
-
-1
votes1
answer307
viewsQ: Input in multiple attributes of a Python class
Hello guys I’m having a question about multiple attributes of functions or methods through the function input. For example: class Pessoa(): def __init__(self, nome, idade): self.nome = nome…