class Person:
def __init__(self, first_name, last_name, nickname, age):
self.fist_name = "Moritz"
self.last_name = "Dahm"
self.nickname = "DerMoehre"
self.age = 33
def get_education(self):
education = [
"Bachelor in industrial Engineering",
"Master in industrial Engineering",
"Self taught Python Developer",
"Currently doing Odin Project for FrontEnd"
]
return education
Pinned Loading
-
My-Golf-Stats
My-Golf-Stats PublicA little App I created, for keeping track of my latest golf results
Python
-
-
-
-
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.