class ZeydSaiad:
def __init__(self):
self.name = "Zeyd Saiad"
self.role = "AI Student | Web Developer"
self.language_spoken = ["fr_FR", "en_US"]
self.current_learning = ["Knowledge Graph", "RAG", "Atoms"]
self.cat_names = ["Coca", "Hero"]
def say_hi(self):
print("Thanks for dropping by! I'm passionate about crafting beautiful and functional web experiences.")
me = ZeydSaiad()
me.say_hi()Let's connect and create something amazing together!