#Always;AllWays
class Zyndly:
def __init__(self):
self.name = "Zyndly Kent Baja"
self.about = "A simple coffeeholic who fall in love diving into the amazing world of code
and data who also aims to encourage and inspire others to do the same."
self.atm = "Iβm currently learning Ruby on Rails :>"
self.language_spoken = ["fil_PH", "en_US"]
def say_hi(self):
print("I'm happy you pay a visit, I hope you like my works ")
me = Zyndly()
me.say_hi()