class Developer:
def __init__(self):
self.name = "Jackson Chen"
self.role = "Full Stack Developer"
self.yoe = "3 years since freshman year of college"
self.language_spoken = ["zh_CN", "en_US"]
self.current_focus = ["AI", "Web3", "Operating Systems"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Developer()
me.say_hi()
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.