1. Simplify the code,
2, easy to call and modify
3. Call parameters, formal parameters, and positional parameters. Key parameters, positional parameters can only be sent after the key parameters
##4. Default parameters
5. Parameter group (*args) Tuple parameters
6 Accept dictionary (**kwargs) When used simultaneously, it must be placed at the end of the parameter
The program runs Run from the above to the bottom of the file
Recursive function
The above is the detailed content of Points to note when learning Python functions. For more information, please follow other related articles on the PHP Chinese website!