#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "grapheen"
self.role = "IT compnay"
self.language_spoken = ["FA_IR", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of our work interesting.")
me = SoftwareEngineer()
me.say_hi()
- Our website and blog: http://grapheen.net/
- Our website and shop: https://shop.grapheen.net/