Posts by Lucas Costa • 29 points
1 post
-
2
votes2
answers13516
viewsQ: Could not convert string to float. Why?
I tried to convert some values to float self.total_PreçoCusto = float( self.PreçoCusto) * float(self.estoque) self.total_Preço_Venda = float( self.Preço_Venda) * float(self.estoque) self.lucro =…
pythonasked Lucas Costa 29