#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Maciek Matysiak"
self.pronouns = ["He","Him"]
self.role = "Software Engineer"
self.hobbys = ["GameDev","Books","Music"]
self.musisTaste = "Best"
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()
- Poland
-
03:18
(UTC +01:00)
Highlights
- Pro
Popular repositories Loading
-
BankApplication
BankApplication PublicBanking App is a banking application built using Node.js, Express, MongoDB, and Vue.js. It allows creating bank accounts and updating account balances.
Vue
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.