Posts by Ferrugem • 3 points
1 post
-
0
votes1
answer1327
viewsQ: Nameerror: name 'setSaldo' is not defined
I am learning POO in python and am having a problem. When I try to use the getters and setters I am not getting. #Método Construtor def __init__(self): self.saldo = 0 self.status = False #Métodos…