syntax function in python

everytopichub
0

 def functionname( parameters ): 

 "function_docstring"

 function_suite

 return [expression] 

By default, parameters have a positional behavior and you need to inform them in the same order that they were defined.

Post a Comment

0Comments

Post a Comment (0)