class AboutMe:
def __init__(self):
self.name = "Andrey"
self.education = "ITMO University"
self.faculty = "Control Systems Engineering"
self.languages = ["Python", "C/C++", "Java"]
def say_hello(self):
print(self.name + " is ready to work!")
Popular repositories 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.