class Charan:
def __init__(self):
self.name = "Sri Charan Thoutam"
self.username = "CodeWithCharan"
self.location = "India"
def __str__(self):
return self.name
if __name__ == '__main__':
me = Charan()
print(me)
-
π¨βπ» All of my projects are available at my Portfolio
-
π Check out my Resume
-
π§ Email me at [email protected]