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()richardbarlian/richardbarlian
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||