Passionate about building impactful solutions through code. Currently exploring AI and creating seamless user experiences.
class Sarra:
def __init__(self):
self.passion = "Creating beautiful, functional code"
self.skills = ["Flutter", "React", "Node.js", "AI/ML"]
self.fun_fact = "Debugs better with chocolate 🍫"
def say_hello(self):
print("Let's build something amazing together!")
me = Sarra()