Posts by Marcelo Ribeiro • 11 points
1 post
-
1
votes1
answer715
viewsQ: Doubt about the __dict__ method in Python
Well, I’m a beginner in Python programming and started studying object orientation. I came across the following code, which is very simple. class Pessoa: def __init__(self, nome, idade, altura):…