We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6f0b0 commit 2e3c3eeCopy full SHA for 2e3c3ee
1 file changed
oo/pessoa.py
@@ -10,7 +10,7 @@ def cumprimentar(self):
10
return f'olá {id(self)}'
11
12
if __name__ == '__main__':
13
- p = Pessoa('Angelina')
+ p = Pessoa('Clara')
14
print(Pessoa.cumprimentar(p))
15
print(dir(p))
16
print(p.cumprimentar())
0 commit comments