5 lines
70 B
Python
5 lines
70 B
Python
from person import Person
|
|
|
|
p = Person('Olli','Graf')
|
|
print(p.vorname)
|