#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.alias = "Systematiq"
self.role = "Software Engineer"
self.language_spoken = ["en_EN", "ro_RO", "ru_RU"]
self.website = "systematiq.one"
def say_hi(self):
print("Thanks for dropping.. Bye")
me = SoftwareEngineer()
me.say_hi()
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




