# ¯\_(ツ)_/¯
class SoftwareEngineer:
def __init__(self):
self.name = "Arthur Shakiryanov"
self.role = "Software Engineer"
self.language_spoken = ["ru_RU", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
🏠
Working from home
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.