class SheffySamra:
def __init__(self):
self.name = "Sheffy Samra"
self.location = "India ๐ฎ๐ณ"
self.role = "Frontend Developer & Python Enthusiast"
self.languages = ["Python", "JavaScript", "HTML", "CSS", "C", "Java"]
self.passions = ["Clean Code", "UI/UX", "Automation", "Open Source"]
self.currently = "Diving deep into advanced Python ๐"
self.fun_fact = "Humor is the best debugger ๐"
self.contact = "sheffysamra30@gmail.com"
def say_hi(self):
print("Thanks for visiting! Let's build something amazing together.")
me = SheffySamra()
me.say_hi()
# >>> Thanks for visiting! Let's build something amazing together.
Popular repositories 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.