diff --git a/main.py b/main.py index f9e2ff0..8764286 100644 --- a/main.py +++ b/main.py @@ -1,10 +1,12 @@ def StartScherm(): startscherm = "Hey there. This is the startscherm. No I do not care that this is a string and not an actual screen" def LevelOne(): - pass + LevelOneB = 'No way dude, my level one is way better. Don\'t you dare remove this either' def LevelTwo(): pass StartScherm() LevelOne() LevelTwo() +print('hello') +print('hi') \ No newline at end of file