class Mohammed:
def __init__(self):
self.name = "Mohammed Hamada Dawaba"
self.role = "Ex-Digital Initiator"
self.interests = ["Python", "AI", "Automation"]
self.status = "Always Exploring π"
def say_hi(self):
print("Thanks for visiting my profile! π")
me = Mohammed()
me.say_hi()Thanks for stopping by β feel free to reach out anytime.