I'm currently a 3rd Year B.Tech Student from SRM University. I'm a AI/ML Developer and a Flutter Enthusiast.
class Vishesh71():
def __init__(self):
self.name = "Vishesh Kumar";
self.username = "Vishesh71";
self.location = "Chennai, India";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Vishesh()
π Stats