We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f4fae commit 2d08945Copy full SHA for 2d08945
1 file changed
oo/pessoa.py
@@ -17,3 +17,10 @@ def cumprimentar(self):
17
18
for filho in mathias.filhos:
19
print(filho.nome)
20
+ mathias.sobrenome='Assis'
21
+ del mathias.filhos
22
+ del mathias.sobrenome
23
+ del filho1.filhos
24
+ print(mathias.__dict__)
25
+ print(filho1.__dict__)
26
+
0 commit comments