class BoomChawit:
def __init__(self):
self.name = "Chawit Kaewnuratchadasor"
self.role = ["Machine Learning Engineer", "Software Engineer"]
self.langauge = {"Thai" : "Native", "English" : "Fluent"}
def say_hi(self):
print("Hello World!")
me = BoomChawit()
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.