Skip to content
Open

hey #15

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -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')