Posts by William Gabriel Lima • 1 point
1 post
-
0
votes0
answers29
viewsQ: Specific type for attributes
I’m trying to define the type of information that attributes receive, but I’m not sure how to do it. I tried these methods, but they do nothing. class Lancamento: def __init__(self, tipo, data,…