Posts by jubei • 17 points
1 post
-
0
votes2
answers43
viewsQ: Error in display of dictionary information
I am early in python and I am having a difficulty in the following code: class Gerador: def __init__(self, nome, potencia, capacidade_energia, capacidade_combustivel): self.__nome = nome…