Updated some documentation

This commit is contained in:
2019-01-04 21:00:04 -05:00
parent d106c64539
commit 0dba32d0ef

View File

@@ -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")