🚀 About Me
class ZachRiane: def __init__(self): self.name = "Zach Riane Machacon" self.role = "Software Engineer @ Symph" self.focus = ["Full Stack Development", "Machine Learning"] self.email = "zachriane01@gmail.com" self.linkedin = "zachriane" def say_hi(self): print("Thanks for dropping by! Always open to interesting projects!") me = ZachRiane() me.say_hi()
"Excellence as a goal is nothing but excellence as a habit is everything."