class AboutMe:
def __init__(self):
self.name = "Dimka"
self.education = "ITMO University"
self.faculty = "Robotics and Artificial Intelligence"
self.position = "Machine Learning Engineer"
def say_hello(self):
print(self.name + " is ready to work!")
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.