class AboutMe:
def __init__(self):
self.name = "Noah Lin"
self.role = "Software Engineer"
self.company = "C-Link"
self.language_spoken = ["zh_TW", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = AboutMe()
me.say_hi()
🌞
Stay hungry, stay foolish.
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.