#!/usr/bin/python
# -*- coding: utf-8 -*-
class DevOpsConsultant:
def __init__(self):
self.name = "Mohamed ElEmam"
self.role = "DevOps Senior Consultant"
self.language_spoken = ["ar_EG", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = DevOpsConsultant()
me.say_hi()
- Personal website: https://mohamedelemam.netlify.app
- Articles: https://medium.com/@Mohamed-ElEmam
- LinkedIn: https://www.linkedin.com/in/mohamedelemam2020/