Posts by Laysa Belici • 11 points
2 posts
-
1
votes2
answers155
viewsA: Can I go to the bank?
Yesterday I made that same code, I hope it helps you and welcome the platform. function possoIrAoBanco(diaDaSemana, horaAtual) { const diasFuncionamentoBanco = ['segunda-feira', 'terça-feira',…
javascriptanswered Laysa Belici 11 -
-2
votes2
answers690
viewsQ: Attributeerror: 'int' Object has no attribute 'value'
I can’t find the reason it gives Attributeerror: 'int' Object has no attribute 'value' class DidaticaTech: def __int__(self, v=10, i=1): self.valor = v self.incremento = i def incrementa(self):…