#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Destiny Gray"
self.role = "Senior Software Engineer"
self.language_spoken = ["zh_SG", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SeniorSoftwareEngineer()
me.say_hi()
Cloud Services:
Programming Languages:
Tools and Services: