class SoftwareEngineer:
def __init__(self):
self.name = "Tobias"
self.role = " Application Development Trainee"
self.language_spoken = ["de_DE", "en_US"]
def say_hi(self):
print("Hi! Thanks for stopping by!")
me = SoftwareEngineer()
me.say_hi()
Programming Languages:
Cloud:
- Personal Website: https://tobias.schubnell.de