We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c912d9e commit c33230aCopy full SHA for c33230a
1 file changed
oo/pessoa.py
@@ -18,5 +18,9 @@ def cumprimentar(self):
18
print(luciano.idade)
19
for filho in luciano.filhos:
20
print(filho.nome)
21
+ luciano.sobrenome = 'Ramalho'
22
+ del luciano.filhos
23
+ print(luciano.__dict__)
24
+ print(renzo.__dict__)
25
26
0 commit comments