class Richard:
def __init__(self):
self.name = "Richard"
self.interest = "Python"
self.email = "richard.barlian@gmail.com"
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.