diff --git a/Functions.py b/Functions.py index 021e475..9187a23 100644 --- a/Functions.py +++ b/Functions.py @@ -1,5 +1,8 @@ #This is a simple function that uses functions to print text into the terminal + +#Functions need to be defined before they are called + #This function prints a message def printText1(): print("This is printed in the first function")