python-CSD-kursu/python-temel/aggregation.2.py~
2023-06-27 18:18:26 +03:00

5 lines
115 B
Python

class Doctor:
def __init__(self, name, specialty):
self.name = name
self.specialty = specialty