Heya! I'm Abhigyan Tripathi, a student currently living in Mumbai, India. I'm preparing for JEE, and learning programming through small projects on the side.
class AbhigyanTrips():
def __init__(self):
self.name = "Abhigyan Tripathi";
self.username = "abhigyantrips";
self.location = "Mumbai, India";
self.twitter = "@abhigyantrips";
self.web = "https://abhigyantrips.dev";
def __str__(self):
return self.name
if __name__ == '__main__':
me = AbhigyanTrips()
Credit: abhigyantrips
Last Edited on: 24/12/2021