class KapilVerse:
def __init__(self):
self.name = "Kapil"
self.role = "Full Stack Alchemist"
self.power = "Turning ideas into reality ๐"
def build(self):
return "Shipping code + creativity โจ"
me = KapilVerse()
print(me.build())## ๐ก Connect
























