mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2025-12-06 10:13:58 -05:00
Updated some documentation
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user