Partnersystem Init.

This commit is contained in:
2023-02-26 15:44:41 +01:00
parent a7e5ab91b1
commit e9a848835d
5 changed files with 35 additions and 0 deletions

7
teil7/testpartner.py Normal file
View File

@@ -0,0 +1,7 @@
from partner.Telefonnummer import Telefonnummer
from partner.Person import Person
p= Person('Homer','Simpson')
tel = Telefonnummer('44','221','12345678')
print(str(tel))