Difference between revisions of "Python: def"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
Define it:
 
Define it:
 
  def YourFirstFunction():
 
  def YourFirstFunction():
     print ("My first function")
+
     [[print]] ("My first function")
  
 
Use to execute it:
 
Use to execute it:

Revision as of 01:37, 3 March 2022

Advertising: