Commit edf55bce by Patryk Czarnik

emps_obiektowo - mini przykład

parent eeade231
from employees import Employee
steven = Employee(100, 'Steven', 'King', 'President', 24000, '2001-01-01', 'Executive', 'Jasna 14/16a', '01-321', 'Warszawa', 'Polska')
print(steven)
print(f'{steven.first_name} pracuje w mieście {steven.city}')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment