#!/usr/bin/python
# -*- coding: utf-8 -*-
class ProjectManager:
def __init__(self):
self.name = "Minh Hong"
self.role = "Project Manager"
self.company = "Onnet Consulting"
self.language_spoken = ["vi_VN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = ProjectManager()
me.say_hi()
Profile stats | Language Contribution |
---|---|