#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Dawid Szewc"
self.role = "Software Engineer"
self.language_spoken = ["pl_PL", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Python |
Linux |
C++ |
C |
Bash |
OpenCV |
Vue3 |
JavaScript |