# !/usr/bin/python
# -*- coding: utf-8 -*-
class Developer:
def __init__(self):
self.name = "Anshuman Nandan π"
self.role = "Backend Developer π»"
self.love = "Python π"
self.location = "Somewhere on Earth π"
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Developer()
me.say_hi()
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.