class BagavatiNarayanan:
def __init__(self):
self.name = "Bagavati Narayanan"
self.location = "Chennai, India ๐ฎ๐ณ"
self.education = "Information Technology Student"
self.interests = [
"Full Stack Development",
"Machine Learning & AI",
"Large Language Models",
"Web Technologies"
]
|
|