diff --git a/main.py b/main.py index 94595f0..03b9875 100644 --- a/main.py +++ b/main.py @@ -1,8 +1,14 @@ def StartScherm(): + print('my mom') + pass def LevelOne(): + print('your dad') pass def LevelTwo(): + print('their niece') + pass +def levelThree(): pass StartScherm()