Hello there 👋 I'm Mikhail
My name is Mikhail and I'm a Software Engineer and a student 👨💻
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.full_name = "Mikhail Kim"
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.")
if __name__ == '__main__':
me = SoftwareEngineer()
me.say_hi()
Are you interested in collaboration? I'm up to any inspiring projects.
Get in touch with me through the attached links: