class AdityaChute:
def __init__(self):
self.name = "Aditya Chute"
self.role = "Aspiring AI/ML Engineer"
self.location = "India ๐ฎ๐ณ"
self.collaboration = "Open to collaborations"
self.contact = "adityachute358@gmail.com"
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = AdityaChute()
me.say_hi()
โญ From Aditya Chute | Let's innovate together! ๐คโจ