#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Johannes Stephan"
self.role = "(Working-)Student"
self.language_spoken = ["en_US", "de_DE"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
🎯
Focusing
- Bavaria
-
17:59
(UTC +02:00) - https://johannesstephan.com/
- in/stephanjohannes
Highlights
- Pro
Pinned 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.



