Difference between revisions of "Python: def"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
  
  def YourFirstFuntion:
+
  def YourFirstFunction():
 
     print ("My first function")
 
     print ("My first function")
 +
 +
Use to execute it:
 +
YourFirstFunction()
  
  

Revision as of 12:20, 13 October 2021

Advertising: