From 0dba32d0effb128816f38d0239409fd5155434bb Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Fri, 4 Jan 2019 21:00:04 -0500 Subject: [PATCH] Updated some documentation --- Functions.py | 3 +++ 1 file changed, 3 insertions(+) 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")