class Developer:
def __init__(self):
self.name = "Fatima Aslam"
self.role = "Tech Explorer & Developer"
self.focus = ["AI", "Machine Learning", "Web Development"]
self.traits = ["Cheerful", "Passionate", "Always Learning"]
def tagline(self):
return "Discover smarter tech with me "
me = Developer()
print(me.tagline())
🗄 Mastering Databases the Smart Way No Jargon, Just Clarity |
Portfolio Website Integration Clean & Step-by-Step Guide |
Why OOP Finally Clicked And How You Can Learn It Too |





