We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd7048 commit ce6268fCopy full SHA for ce6268f
1 file changed
oo/pessoa.py
@@ -32,6 +32,7 @@ def get_nome_atributos_de_classe(cls):
32
for filho in lucioano.filhos:
33
print(f'Filho: {filho.nome}')
34
35
+ print(1)
36
lucioano.sobrenome = 'Ramalho'
37
del lucioano.filhos
38
lucioano.olhos = 1
0 commit comments