class Programmer(object):
def __init__(self):
self.name: str = "Moritz"
self.age: int = 16
def hi(self):
print("Hey!")
programmer = Programmer()
programmer.hi()
# About Me I'm a 16 year old guy who likes programming in his freetime. For coding I use nvim/vim and I really enjoy and suffer using it. Im currently only writing in python and bash. I also have some experience in the shell from the overthewire Bandit Level which was really cool and I recommend. I also edit videos with Davinci Resolve(coding videos,anime edits,shorts).