# -*- coding: utf-8 -*-classabout: def__init__(self): self.lab_name="OcDo Lab"self.role="scientist"defsay_hi(self): print(f"Welcome to OcDo Lab! It's my own lab. And in my own lab I’m the only one scientist.") me=about() me.say_hi()I’m a curious, self-taught scientist without a PhD who loves to learn not by memorizing, but by experimenting, exploring, and building. I focus on creating things that are NEW and UNIQUE, and I enjoy working on projects to improve myself and share with others.
