From 78ffe34b0fc73a67dbece2d52c7aa48e39688ce6 Mon Sep 17 00:00:00 2001 From: Quinten Date: Sun, 2 Feb 2020 13:10:46 +0100 Subject: [PATCH 1/3] Created Level one --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 94595f0..1a21426 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ def StartScherm(): pass def LevelOne(): - pass + LevelOneB = 'No way dude, my level one is way better. Don\'t you dare remove this either' def LevelTwo(): pass From 171882be9e8e0cd81d848c024472c1a673d40074 Mon Sep 17 00:00:00 2001 From: msbb010 <60715167+msbb010@users.noreply.github.com> Date: Thu, 6 Feb 2020 14:21:25 +0100 Subject: [PATCH 2/3] hey --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index f9e2ff0..2d7077d 100644 --- a/main.py +++ b/main.py @@ -8,3 +8,4 @@ def LevelTwo(): StartScherm() LevelOne() LevelTwo() +print('hello') \ No newline at end of file From 56ff93c58282449c4066d3090e3931f52df59f32 Mon Sep 17 00:00:00 2001 From: msbb010 <60715167+msbb010@users.noreply.github.com> Date: Thu, 6 Feb 2020 22:49:48 +0100 Subject: [PATCH 3/3] `z` --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 793d872..8764286 100644 --- a/main.py +++ b/main.py @@ -8,4 +8,5 @@ def LevelTwo(): StartScherm() LevelOne() LevelTwo() -print('hello') \ No newline at end of file +print('hello') +print('hi') \ No newline at end of file