class Amrithesh:
def __init__(self):
self.name = "Amrithesh"
self.interests = ["coding", "music", "learning"]
self.skills = ["Python", "C", "HTML", "CSS", "Firebase", "Figma", "Flutter", "Git"]
self.contact = "amritheshsiva@gmail.com"
self.fun_fact = "I am funny😂"
def __str__(self):
return (f"Hi, I'm {self.name}\n\n"
f"Interests: {', '.join(self.interests)}\n\n"
f"Skills: {', '.join(self.skills)}\n\n"
f"Contact: {self.contact}\n\n"
f"Fun Fact: {self.fun_fact}")
amrithesh = Amrithesh()
print(amrithesh)
👽
Crafting minimalist code because less is truly more.
- Trivandrum
-
07:27
(UTC +05:30) - in/amrithesh-siva
- @amritheshsiva
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.