- πββοΈ Nice to meet you. My name is Chinavat Nachaithong
- π I'm studying at King mongkut's university of technology thonburi
- π I'm full-stack developer.
class MyProfile:
def __init__(self):
self.name = "Chinavat Nachaithong"
self.role = "Student"
self.age = 20
self.nationality = "Thai"
me = MyProfile()