class Jefino:
def __init__(self):
self.name = "Jefino"
self.role = "Full Stack Developer"
self.location = "India,Tamil Nadu"
self.telegram = "@Jefino9488"
self.web = "jefino9488.vercel.app"
def __str__(self):
info = f"Name: {self.name}\n"
return info
if __name__ == "__main__":
me = Jefino()
print(me)
-
Notifications
You must be signed in to change notification settings - Fork 0
Jefino9488/Jefino9488
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|