Posts by Nunes • 1 point
1 post
-
0
votes1
answer61
viewsQ: Instantiating multiple objects
I’m trying to instantiate an object multiple times, from a single class, defined below: class lancamento(): def __init__ (self,date,description,value): self.date=date self.description=description…