#!/usr/bin/python
# -*- coding: utf-8 -*-
class Person:
def __init__(self):
self.name = "Richard Mwewa"
self.pronouns = ["He", "Him", "His"]
self.occupation = "Python developer"
self.languages_spoken = ["English", "ichiBemba", "chiNyanja"]
def say_hi(self):
print("Hi! Thanks for dropping by, hope you find some of my work useful.")
me = Person()
me.say_hi()Social
Donations
If you enjoy my work and would like to support me, you can use the button below to buy me a coffee.
Your support is much appreciated!

