Python Function Arguments
In contrast to many languages, python has several types of parameters to be sent to a function:
- Required arguments
 - Keyword arguments
 - Default arguments
 - Variable-length arguments
 
http://www.tutorialspoint.com/python/python_functions.htm
No comments:
Post a Comment