class Richard:
def __init__(self):
self.name = "Richard"
self.interest = "Python"
self.email = "[email protected]"
def hi(self):
print("Thanks for dropping by, hope you find some of my repositories interesting.")
me = Richard()
me.hi()
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.