mirror of
https://bitbucket.org/Mattrixwv/pytutorial.git
synced 2025-12-06 18:23:57 -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
|
#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
|
#This function prints a message
|
||||||
def printText1():
|
def printText1():
|
||||||
print("This is printed in the first function")
|
print("This is printed in the first function")
|
||||||
|
|||||||
Reference in New Issue
Block a user