#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Mahdi Ahmed"
self.role = "Software Engineer"
self.language_spoken = ["ar_SA", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
- Personal LinkedIn and blog: https://www.linkedin.com/in/mhadi-ahmed/
- Personal website and portfolio: https://mhadiahmed.com
- Personal YouTube Channel: https://youtube.com/c/mhadiahmed