Skip to content

Commit 2e3c3ee

Browse files
committed
nova alteração dos nomes
1 parent 1a6f0b0 commit 2e3c3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oo/pessoa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def cumprimentar(self):
1010
return f'olá {id(self)}'
1111

1212
if __name__ == '__main__':
13-
p = Pessoa('Angelina')
13+
p = Pessoa('Clara')
1414
print(Pessoa.cumprimentar(p))
1515
print(dir(p))
1616
print(p.cumprimentar())

0 commit comments

Comments
 (0)